// Mocks generated by Mockito 5.2.0 from annotations // in stackwallet/test/screen_tests/exchange/exchange_view_test.dart. // Do not manually edit this file. import 'dart:async' as _i7; import 'dart:ui' as _i8; import 'package:decimal/decimal.dart' as _i15; import 'package:http/http.dart' as _i13; import 'package:mockito/mockito.dart' as _i1; import 'package:stackwallet/models/exchange/change_now/available_floating_rate_pair.dart' as _i22; import 'package:stackwallet/models/exchange/change_now/cn_exchange_estimate.dart' as _i18; import 'package:stackwallet/models/exchange/change_now/estimated_exchange_amount.dart' as _i17; import 'package:stackwallet/models/exchange/change_now/exchange_transaction.dart' as _i20; import 'package:stackwallet/models/exchange/change_now/exchange_transaction_status.dart' as _i21; import 'package:stackwallet/models/exchange/change_now/fixed_rate_market.dart' as _i19; import 'package:stackwallet/models/exchange/response_objects/currency.dart' as _i14; import 'package:stackwallet/models/exchange/response_objects/range.dart' as _i16; import 'package:stackwallet/models/exchange/response_objects/trade.dart' as _i10; import 'package:stackwallet/pages/exchange_view/sub_widgets/exchange_rate_sheet.dart' as _i5; import 'package:stackwallet/services/exchange/change_now/change_now_api.dart' as _i12; import 'package:stackwallet/services/exchange/exchange_response.dart' as _i2; import 'package:stackwallet/services/trade_notes_service.dart' as _i11; import 'package:stackwallet/services/trade_service.dart' as _i9; import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i6; import 'package:stackwallet/utilities/enums/sync_type_enum.dart' as _i4; import 'package:stackwallet/utilities/prefs.dart' as _i3; // 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: implementation_imports // ignore_for_file: invalid_use_of_visible_for_testing_member // ignore_for_file: prefer_const_constructors // ignore_for_file: unnecessary_parenthesis // ignore_for_file: camel_case_types class _FakeExchangeResponse_0 extends _i1.Fake implements _i2.ExchangeResponse {} /// A class which mocks [Prefs]. /// /// See the documentation for Mockito's code generation for more information. class MockPrefs extends _i1.Mock implements _i3.Prefs { MockPrefs() { _i1.throwOnMissingStub(this); } @override bool get isInitialized => (super.noSuchMethod(Invocation.getter(#isInitialized), returnValue: false) as bool); @override int get lastUnlockedTimeout => (super .noSuchMethod(Invocation.getter(#lastUnlockedTimeout), returnValue: 0) as int); @override set lastUnlockedTimeout(int? lastUnlockedTimeout) => super.noSuchMethod( Invocation.setter(#lastUnlockedTimeout, lastUnlockedTimeout), returnValueForMissingStub: null); @override int get lastUnlocked => (super.noSuchMethod(Invocation.getter(#lastUnlocked), returnValue: 0) as int); @override set lastUnlocked(int? lastUnlocked) => super.noSuchMethod(Invocation.setter(#lastUnlocked, lastUnlocked), returnValueForMissingStub: null); @override int get currentNotificationId => (super.noSuchMethod(Invocation.getter(#currentNotificationId), returnValue: 0) as int); @override List get walletIdsSyncOnStartup => (super.noSuchMethod(Invocation.getter(#walletIdsSyncOnStartup), returnValue: []) as List); @override set walletIdsSyncOnStartup(List? walletIdsSyncOnStartup) => super.noSuchMethod( Invocation.setter(#walletIdsSyncOnStartup, walletIdsSyncOnStartup), returnValueForMissingStub: null); @override _i4.SyncingType get syncType => (super.noSuchMethod(Invocation.getter(#syncType), returnValue: _i4.SyncingType.currentWalletOnly) as _i4.SyncingType); @override set syncType(_i4.SyncingType? syncType) => super.noSuchMethod(Invocation.setter(#syncType, syncType), returnValueForMissingStub: null); @override bool get wifiOnly => (super.noSuchMethod(Invocation.getter(#wifiOnly), returnValue: false) as bool); @override set wifiOnly(bool? wifiOnly) => super.noSuchMethod(Invocation.setter(#wifiOnly, wifiOnly), returnValueForMissingStub: null); @override bool get showFavoriteWallets => (super.noSuchMethod(Invocation.getter(#showFavoriteWallets), returnValue: false) as bool); @override set showFavoriteWallets(bool? showFavoriteWallets) => super.noSuchMethod( Invocation.setter(#showFavoriteWallets, showFavoriteWallets), returnValueForMissingStub: null); @override String get language => (super.noSuchMethod(Invocation.getter(#language), returnValue: '') as String); @override set language(String? newLanguage) => super.noSuchMethod(Invocation.setter(#language, newLanguage), returnValueForMissingStub: null); @override String get currency => (super.noSuchMethod(Invocation.getter(#currency), returnValue: '') as String); @override set currency(String? newCurrency) => super.noSuchMethod(Invocation.setter(#currency, newCurrency), returnValueForMissingStub: null); @override _i5.ExchangeRateType get exchangeRateType => (super.noSuchMethod(Invocation.getter(#exchangeRateType), returnValue: _i5.ExchangeRateType.estimated) as _i5.ExchangeRateType); @override set exchangeRateType(_i5.ExchangeRateType? exchangeRateType) => super.noSuchMethod(Invocation.setter(#exchangeRateType, exchangeRateType), returnValueForMissingStub: null); @override bool get useBiometrics => (super.noSuchMethod(Invocation.getter(#useBiometrics), returnValue: false) as bool); @override set useBiometrics(bool? useBiometrics) => super.noSuchMethod(Invocation.setter(#useBiometrics, useBiometrics), returnValueForMissingStub: null); @override bool get hasPin => (super.noSuchMethod(Invocation.getter(#hasPin), returnValue: false) as bool); @override set hasPin(bool? hasPin) => super.noSuchMethod(Invocation.setter(#hasPin, hasPin), returnValueForMissingStub: null); @override bool get showTestNetCoins => (super.noSuchMethod(Invocation.getter(#showTestNetCoins), returnValue: false) as bool); @override set showTestNetCoins(bool? showTestNetCoins) => super.noSuchMethod(Invocation.setter(#showTestNetCoins, showTestNetCoins), returnValueForMissingStub: null); @override bool get isAutoBackupEnabled => (super.noSuchMethod(Invocation.getter(#isAutoBackupEnabled), returnValue: false) as bool); @override set isAutoBackupEnabled(bool? isAutoBackupEnabled) => super.noSuchMethod( Invocation.setter(#isAutoBackupEnabled, isAutoBackupEnabled), returnValueForMissingStub: null); @override set autoBackupLocation(String? autoBackupLocation) => super.noSuchMethod( Invocation.setter(#autoBackupLocation, autoBackupLocation), returnValueForMissingStub: null); @override _i6.BackupFrequencyType get backupFrequencyType => (super.noSuchMethod(Invocation.getter(#backupFrequencyType), returnValue: _i6.BackupFrequencyType.everyTenMinutes) as _i6.BackupFrequencyType); @override set backupFrequencyType(_i6.BackupFrequencyType? backupFrequencyType) => super.noSuchMethod( Invocation.setter(#backupFrequencyType, backupFrequencyType), returnValueForMissingStub: null); @override set lastAutoBackup(DateTime? lastAutoBackup) => super.noSuchMethod(Invocation.setter(#lastAutoBackup, lastAutoBackup), returnValueForMissingStub: null); @override bool get hideBlockExplorerWarning => (super.noSuchMethod(Invocation.getter(#hideBlockExplorerWarning), returnValue: false) as bool); @override set hideBlockExplorerWarning(bool? hideBlockExplorerWarning) => super.noSuchMethod( Invocation.setter( #hideBlockExplorerWarning, hideBlockExplorerWarning), returnValueForMissingStub: null); @override bool get gotoWalletOnStartup => (super.noSuchMethod(Invocation.getter(#gotoWalletOnStartup), returnValue: false) as bool); @override set gotoWalletOnStartup(bool? gotoWalletOnStartup) => super.noSuchMethod( Invocation.setter(#gotoWalletOnStartup, gotoWalletOnStartup), returnValueForMissingStub: null); @override set startupWalletId(String? startupWalletId) => super.noSuchMethod(Invocation.setter(#startupWalletId, startupWalletId), returnValueForMissingStub: null); @override bool get hasListeners => (super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false) as bool); @override _i7.Future init() => (super.noSuchMethod(Invocation.method(#init, []), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override _i7.Future incrementCurrentNotificationIndex() => (super.noSuchMethod( Invocation.method(#incrementCurrentNotificationIndex, []), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#addListener, [listener]), returnValueForMissingStub: null); @override void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#removeListener, [listener]), returnValueForMissingStub: null); @override void dispose() => super.noSuchMethod(Invocation.method(#dispose, []), returnValueForMissingStub: null); @override void notifyListeners() => super.noSuchMethod(Invocation.method(#notifyListeners, []), returnValueForMissingStub: null); } /// A class which mocks [TradesService]. /// /// See the documentation for Mockito's code generation for more information. class MockTradesService extends _i1.Mock implements _i9.TradesService { MockTradesService() { _i1.throwOnMissingStub(this); } @override List<_i10.Trade> get trades => (super.noSuchMethod(Invocation.getter(#trades), returnValue: <_i10.Trade>[]) as List<_i10.Trade>); @override bool get hasListeners => (super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false) as bool); @override _i7.Future add({_i10.Trade? trade, bool? shouldNotifyListeners}) => (super.noSuchMethod( Invocation.method(#add, [], {#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override _i7.Future edit({_i10.Trade? trade, bool? shouldNotifyListeners}) => (super.noSuchMethod( Invocation.method(#edit, [], {#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override _i7.Future delete({_i10.Trade? trade, bool? shouldNotifyListeners}) => (super.noSuchMethod( Invocation.method(#delete, [], {#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override _i7.Future deleteByUuid({String? uuid, bool? shouldNotifyListeners}) => (super.noSuchMethod( Invocation.method(#deleteByUuid, [], {#uuid: uuid, #shouldNotifyListeners: shouldNotifyListeners}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#addListener, [listener]), returnValueForMissingStub: null); @override void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#removeListener, [listener]), returnValueForMissingStub: null); @override void dispose() => super.noSuchMethod(Invocation.method(#dispose, []), returnValueForMissingStub: null); @override void notifyListeners() => super.noSuchMethod(Invocation.method(#notifyListeners, []), returnValueForMissingStub: null); } /// A class which mocks [TradeNotesService]. /// /// See the documentation for Mockito's code generation for more information. class MockTradeNotesService extends _i1.Mock implements _i11.TradeNotesService { MockTradeNotesService() { _i1.throwOnMissingStub(this); } @override Map get all => (super.noSuchMethod(Invocation.getter(#all), returnValue: {}) as Map); @override bool get hasListeners => (super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false) as bool); @override String getNote({String? tradeId}) => (super.noSuchMethod(Invocation.method(#getNote, [], {#tradeId: tradeId}), returnValue: '') as String); @override _i7.Future set({String? tradeId, String? note}) => (super.noSuchMethod( Invocation.method(#set, [], {#tradeId: tradeId, #note: note}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override _i7.Future delete({String? tradeId}) => (super.noSuchMethod(Invocation.method(#delete, [], {#tradeId: tradeId}), returnValue: Future.value(), returnValueForMissingStub: Future.value()) as _i7.Future); @override void addListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#addListener, [listener]), returnValueForMissingStub: null); @override void removeListener(_i8.VoidCallback? listener) => super.noSuchMethod(Invocation.method(#removeListener, [listener]), returnValueForMissingStub: null); @override void dispose() => super.noSuchMethod(Invocation.method(#dispose, []), returnValueForMissingStub: null); @override void notifyListeners() => super.noSuchMethod(Invocation.method(#notifyListeners, []), returnValueForMissingStub: null); } /// A class which mocks [ChangeNowAPI]. /// /// See the documentation for Mockito's code generation for more information. class MockChangeNowAPI extends _i1.Mock implements _i12.ChangeNowAPI { MockChangeNowAPI() { _i1.throwOnMissingStub(this); } @override set client(_i13.Client? _client) => super.noSuchMethod(Invocation.setter(#client, _client), returnValueForMissingStub: null); @override _i7.Future<_i2.ExchangeResponse>> getAvailableCurrencies( {bool? fixedRate, bool? active}) => (super.noSuchMethod( Invocation.method(#getAvailableCurrencies, [], {#fixedRate: fixedRate, #active: active}), returnValue: Future<_i2.ExchangeResponse>>.value( _FakeExchangeResponse_0>())) as _i7 .Future<_i2.ExchangeResponse>>); @override _i7.Future<_i2.ExchangeResponse>> getPairedCurrencies( {String? ticker, bool? fixedRate}) => (super.noSuchMethod( Invocation.method(#getPairedCurrencies, [], {#ticker: ticker, #fixedRate: fixedRate}), returnValue: Future<_i2.ExchangeResponse>>.value( _FakeExchangeResponse_0>())) as _i7 .Future<_i2.ExchangeResponse>>); @override _i7.Future<_i2.ExchangeResponse<_i15.Decimal>> getMinimalExchangeAmount( {String? fromTicker, String? toTicker, String? apiKey}) => (super.noSuchMethod( Invocation.method(#getMinimalExchangeAmount, [], { #fromTicker: fromTicker, #toTicker: toTicker, #apiKey: apiKey }), returnValue: Future<_i2.ExchangeResponse<_i15.Decimal>>.value( _FakeExchangeResponse_0<_i15.Decimal>())) as _i7.Future<_i2.ExchangeResponse<_i15.Decimal>>); @override _i7.Future<_i2.ExchangeResponse<_i16.Range>> getRange( {String? fromTicker, String? toTicker, bool? isFixedRate, String? apiKey}) => (super.noSuchMethod( Invocation.method(#getRange, [], { #fromTicker: fromTicker, #toTicker: toTicker, #isFixedRate: isFixedRate, #apiKey: apiKey }), returnValue: Future<_i2.ExchangeResponse<_i16.Range>>.value( _FakeExchangeResponse_0<_i16.Range>())) as _i7.Future<_i2.ExchangeResponse<_i16.Range>>); @override _i7.Future<_i2.ExchangeResponse<_i17.EstimatedExchangeAmount>> getEstimatedExchangeAmount( {String? fromTicker, String? toTicker, _i15.Decimal? fromAmount, String? apiKey}) => (super.noSuchMethod( Invocation.method(#getEstimatedExchangeAmount, [], { #fromTicker: fromTicker, #toTicker: toTicker, #fromAmount: fromAmount, #apiKey: apiKey }), returnValue: Future< _i2.ExchangeResponse< _i17.EstimatedExchangeAmount>>.value( _FakeExchangeResponse_0<_i17.EstimatedExchangeAmount>())) as _i7 .Future<_i2.ExchangeResponse<_i17.EstimatedExchangeAmount>>); @override _i7.Future<_i2.ExchangeResponse<_i17.EstimatedExchangeAmount>> getEstimatedExchangeAmountFixedRate( {String? fromTicker, String? toTicker, _i15.Decimal? fromAmount, bool? reversed, String? apiKey}) => (super.noSuchMethod( Invocation.method(#getEstimatedExchangeAmountFixedRate, [], { #fromTicker: fromTicker, #toTicker: toTicker, #fromAmount: fromAmount, #reversed: reversed, #apiKey: apiKey }), returnValue: Future< _i2.ExchangeResponse< _i17.EstimatedExchangeAmount>>.value( _FakeExchangeResponse_0<_i17.EstimatedExchangeAmount>())) as _i7 .Future<_i2.ExchangeResponse<_i17.EstimatedExchangeAmount>>); @override _i7.Future<_i2.ExchangeResponse<_i18.CNExchangeEstimate>> getEstimatedExchangeAmountV2( {String? fromTicker, String? toTicker, _i18.CNEstimateType? fromOrTo, _i15.Decimal? amount, String? fromNetwork, String? toNetwork, _i18.CNFlowType? flow = _i18.CNFlowType.standard, String? apiKey}) => (super.noSuchMethod( Invocation.method(#getEstimatedExchangeAmountV2, [], { #fromTicker: fromTicker, #toTicker: toTicker, #fromOrTo: fromOrTo, #amount: amount, #fromNetwork: fromNetwork, #toNetwork: toNetwork, #flow: flow, #apiKey: apiKey }), returnValue: Future< _i2.ExchangeResponse<_i18.CNExchangeEstimate>>.value( _FakeExchangeResponse_0<_i18.CNExchangeEstimate>())) as _i7.Future<_i2.ExchangeResponse<_i18.CNExchangeEstimate>>); @override _i7.Future<_i2.ExchangeResponse>> getAvailableFixedRateMarkets({String? apiKey}) => (super.noSuchMethod( Invocation.method( #getAvailableFixedRateMarkets, [], {#apiKey: apiKey}), returnValue: Future<_i2.ExchangeResponse>>.value( _FakeExchangeResponse_0>())) as _i7 .Future<_i2.ExchangeResponse>>); @override _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>> createStandardExchangeTransaction( {String? fromTicker, String? toTicker, String? receivingAddress, _i15.Decimal? amount, String? extraId = r'', String? userId = r'', String? contactEmail = r'', String? refundAddress = r'', String? refundExtraId = r'', String? apiKey}) => (super.noSuchMethod( Invocation.method(#createStandardExchangeTransaction, [], { #fromTicker: fromTicker, #toTicker: toTicker, #receivingAddress: receivingAddress, #amount: amount, #extraId: extraId, #userId: userId, #contactEmail: contactEmail, #refundAddress: refundAddress, #refundExtraId: refundExtraId, #apiKey: apiKey }), returnValue: Future< _i2.ExchangeResponse<_i20.ExchangeTransaction>>.value( _FakeExchangeResponse_0<_i20.ExchangeTransaction>())) as _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>); @override _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>> createFixedRateExchangeTransaction( {String? fromTicker, String? toTicker, String? receivingAddress, _i15.Decimal? amount, String? rateId, String? extraId = r'', String? userId = r'', String? contactEmail = r'', String? refundAddress = r'', String? refundExtraId = r'', String? apiKey}) => (super.noSuchMethod( Invocation.method(#createFixedRateExchangeTransaction, [], { #fromTicker: fromTicker, #toTicker: toTicker, #receivingAddress: receivingAddress, #amount: amount, #rateId: rateId, #extraId: extraId, #userId: userId, #contactEmail: contactEmail, #refundAddress: refundAddress, #refundExtraId: refundExtraId, #apiKey: apiKey }), returnValue: Future< _i2.ExchangeResponse<_i20.ExchangeTransaction>>.value( _FakeExchangeResponse_0<_i20.ExchangeTransaction>())) as _i7.Future<_i2.ExchangeResponse<_i20.ExchangeTransaction>>); @override _i7.Future<_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>> getTransactionStatus({String? id, String? apiKey}) => (super.noSuchMethod( Invocation.method( #getTransactionStatus, [], {#id: id, #apiKey: apiKey}), returnValue: Future<_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>>.value( _FakeExchangeResponse_0<_i21.ExchangeTransactionStatus>())) as _i7 .Future<_i2.ExchangeResponse<_i21.ExchangeTransactionStatus>>); @override _i7.Future<_i2.ExchangeResponse>> getAvailableFloatingRatePairs({bool? includePartners = false}) => (super .noSuchMethod( Invocation.method(#getAvailableFloatingRatePairs, [], {#includePartners: includePartners}), returnValue: Future<_i2.ExchangeResponse>>.value( _FakeExchangeResponse_0>())) as _i7 .Future<_i2.ExchangeResponse>>); }