// Mocks generated by Mockito 5.4.6 from annotations // in lanebow/test/integration/subscription_service_integration_test_fixed3.dart. // Do not manually edit this file. // ignore_for_file: no_leading_underscores_for_library_prefixes import 'dart:async' as _i3; import 'dart:convert' as _i4; import 'dart:typed_data' as _i6; import 'dart:ui' as _i10; import 'package:http/http.dart' as _i2; import 'package:in_app_purchase/in_app_purchase.dart' as _i8; import 'package:lanebow/models/subscription_model.dart' as _i9; import 'package:lanebow/services/in_app_purchase_service.dart' as _i7; import 'package:mockito/mockito.dart' as _i1; import 'package:mockito/src/dummies.dart' as _i5; // ignore_for_file: type=lint // ignore_for_file: avoid_redundant_argument_values // ignore_for_file: avoid_setters_without_getters // ignore_for_file: comment_references // ignore_for_file: deprecated_member_use // ignore_for_file: deprecated_member_use_from_same_package // ignore_for_file: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member // ignore_for_file: must_be_immutable // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types // ignore_for_file: subtype_of_sealed_class class _FakeResponse_0 extends _i1.SmartFake implements _i2.Response { _FakeResponse_0(Object parent, Invocation parentInvocation) : super(parent, parentInvocation); } class _FakeStreamedResponse_1 extends _i1.SmartFake implements _i2.StreamedResponse { _FakeStreamedResponse_1(Object parent, Invocation parentInvocation) : super(parent, parentInvocation); } /// A class which mocks [Client]. /// /// See the documentation for Mockito's code generation for more information. class MockClient extends _i1.Mock implements _i2.Client { MockClient() { _i1.throwOnMissingStub(this); } @override _i3.Future<_i2.Response> head(Uri? url, {Map? headers}) => (super.noSuchMethod( Invocation.method(#head, [url], {#headers: headers}), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method(#head, [url], {#headers: headers}), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future<_i2.Response> get(Uri? url, {Map? headers}) => (super.noSuchMethod( Invocation.method(#get, [url], {#headers: headers}), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method(#get, [url], {#headers: headers}), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future<_i2.Response> post( Uri? url, { Map? headers, Object? body, _i4.Encoding? encoding, }) => (super.noSuchMethod( Invocation.method( #post, [url], {#headers: headers, #body: body, #encoding: encoding}, ), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method( #post, [url], {#headers: headers, #body: body, #encoding: encoding}, ), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future<_i2.Response> put( Uri? url, { Map? headers, Object? body, _i4.Encoding? encoding, }) => (super.noSuchMethod( Invocation.method( #put, [url], {#headers: headers, #body: body, #encoding: encoding}, ), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method( #put, [url], {#headers: headers, #body: body, #encoding: encoding}, ), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future<_i2.Response> patch( Uri? url, { Map? headers, Object? body, _i4.Encoding? encoding, }) => (super.noSuchMethod( Invocation.method( #patch, [url], {#headers: headers, #body: body, #encoding: encoding}, ), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method( #patch, [url], {#headers: headers, #body: body, #encoding: encoding}, ), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future<_i2.Response> delete( Uri? url, { Map? headers, Object? body, _i4.Encoding? encoding, }) => (super.noSuchMethod( Invocation.method( #delete, [url], {#headers: headers, #body: body, #encoding: encoding}, ), returnValue: _i3.Future<_i2.Response>.value( _FakeResponse_0( this, Invocation.method( #delete, [url], {#headers: headers, #body: body, #encoding: encoding}, ), ), ), ) as _i3.Future<_i2.Response>); @override _i3.Future read(Uri? url, {Map? headers}) => (super.noSuchMethod( Invocation.method(#read, [url], {#headers: headers}), returnValue: _i3.Future.value( _i5.dummyValue( this, Invocation.method(#read, [url], {#headers: headers}), ), ), ) as _i3.Future); @override _i3.Future<_i6.Uint8List> readBytes( Uri? url, { Map? headers, }) => (super.noSuchMethod( Invocation.method(#readBytes, [url], {#headers: headers}), returnValue: _i3.Future<_i6.Uint8List>.value(_i6.Uint8List(0)), ) as _i3.Future<_i6.Uint8List>); @override _i3.Future<_i2.StreamedResponse> send(_i2.BaseRequest? request) => (super.noSuchMethod( Invocation.method(#send, [request]), returnValue: _i3.Future<_i2.StreamedResponse>.value( _FakeStreamedResponse_1( this, Invocation.method(#send, [request]), ), ), ) as _i3.Future<_i2.StreamedResponse>); @override void close() => super.noSuchMethod( Invocation.method(#close, []), returnValueForMissingStub: null, ); } /// A class which mocks [InAppPurchaseService]. /// /// See the documentation for Mockito's code generation for more information. class MockInAppPurchaseService extends _i1.Mock implements _i7.InAppPurchaseService { MockInAppPurchaseService() { _i1.throwOnMissingStub(this); } @override List<_i8.ProductDetails> get products => (super.noSuchMethod( Invocation.getter(#products), returnValue: <_i8.ProductDetails>[], ) as List<_i8.ProductDetails>); @override List<_i8.PurchaseDetails> get purchases => (super.noSuchMethod( Invocation.getter(#purchases), returnValue: <_i8.PurchaseDetails>[], ) as List<_i8.PurchaseDetails>); @override bool get isAvailable => (super.noSuchMethod(Invocation.getter(#isAvailable), returnValue: false) as bool); @override bool get isLoading => (super.noSuchMethod(Invocation.getter(#isLoading), returnValue: false) as bool); @override bool get isPurchaseVerified => (super.noSuchMethod( Invocation.getter(#isPurchaseVerified), returnValue: false, ) as bool); @override set isPurchaseVerified(bool? value) => super.noSuchMethod( Invocation.setter(#isPurchaseVerified, value), returnValueForMissingStub: null, ); @override set lastVerifiedPurchase(_i8.PurchaseDetails? value) => super.noSuchMethod( Invocation.setter(#lastVerifiedPurchase, value), returnValueForMissingStub: null, ); @override bool get hasListeners => (super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false) as bool); @override _i8.ProductDetails? getProductByPlanType( _i9.SubscriptionPlanType? planType, ) => (super.noSuchMethod(Invocation.method(#getProductByPlanType, [planType])) as _i8.ProductDetails?); @override _i3.Future purchaseSubscription(_i9.SubscriptionPlanType? planType) => (super.noSuchMethod( Invocation.method(#purchaseSubscription, [planType]), returnValue: _i3.Future.value(false), ) as _i3.Future); @override _i3.Future restorePurchases() => (super.noSuchMethod( Invocation.method(#restorePurchases, []), returnValue: _i3.Future.value(false), ) as _i3.Future); @override void dispose() => super.noSuchMethod( Invocation.method(#dispose, []), returnValueForMissingStub: null, ); @override void addListener(_i10.VoidCallback? listener) => super.noSuchMethod( Invocation.method(#addListener, [listener]), returnValueForMissingStub: null, ); @override void removeListener(_i10.VoidCallback? listener) => super.noSuchMethod( Invocation.method(#removeListener, [listener]), returnValueForMissingStub: null, ); @override void notifyListeners() => super.noSuchMethod( Invocation.method(#notifyListeners, []), returnValueForMissingStub: null, ); }