11// Copyright 2021-2022 Workiva.
22// Licensed under the Apache License, Version 2.0. Please see https://github.com/Workiva/opentelemetry-dart/blob/master/LICENSE for more information
33
4- // Mocks generated by Mockito 5.4.2 from annotations
4+ // Mocks generated by Mockito 5.4.4 from annotations
55// in opentelemetry/test/unit/mocks.dart.
66// Do not manually edit this file.
77
@@ -23,6 +23,8 @@ import 'package:opentelemetry/src/sdk/common/attributes.dart' as _i6;
2323// ignore_for_file: avoid_redundant_argument_values
2424// ignore_for_file: avoid_setters_without_getters
2525// ignore_for_file: comment_references
26+ // ignore_for_file: deprecated_member_use
27+ // ignore_for_file: deprecated_member_use_from_same_package
2628// ignore_for_file: implementation_imports
2729// ignore_for_file: invalid_use_of_visible_for_testing_member
2830// ignore_for_file: prefer_const_constructors
@@ -512,8 +514,23 @@ class MockHttpClient extends _i1.Mock implements _i3.Client {
512514 [url],
513515 {#headers: headers},
514516 ),
515- returnValue: _i9.Future <String >.value ('' ),
516- returnValueForMissingStub: _i9.Future <String >.value ('' ),
517+ returnValue: _i9.Future <String >.value (_i8.dummyValue <String >(
518+ this ,
519+ Invocation .method (
520+ #read,
521+ [url],
522+ {#headers: headers},
523+ ),
524+ )),
525+ returnValueForMissingStub:
526+ _i9.Future <String >.value (_i8.dummyValue <String >(
527+ this ,
528+ Invocation .method (
529+ #read,
530+ [url],
531+ {#headers: headers},
532+ ),
533+ )),
517534 ) as _i9.Future <String >);
518535
519536 @override
@@ -689,8 +706,14 @@ class MockReadOnlySpan extends _i1.Mock implements _i5.ReadOnlySpan {
689706 @override
690707 String get name => (super .noSuchMethod (
691708 Invocation .getter (#name),
692- returnValue: '' ,
693- returnValueForMissingStub: '' ,
709+ returnValue: _i8.dummyValue <String >(
710+ this ,
711+ Invocation .getter (#name),
712+ ),
713+ returnValueForMissingStub: _i8.dummyValue <String >(
714+ this ,
715+ Invocation .getter (#name),
716+ ),
694717 ) as String );
695718
696719 @override
0 commit comments