···
+
// Mocks generated by Mockito 5.4.6 from annotations
+
// in coves_flutter/test/services/coves_auth_service_environment_test.dart.
+
// Do not manually edit this file.
+
// ignore_for_file: no_leading_underscores_for_library_prefixes
+
import 'dart:async' as _i9;
+
import 'package:dio/src/adapter.dart' as _i4;
+
import 'package:dio/src/cancel_token.dart' as _i10;
+
import 'package:dio/src/dio.dart' as _i7;
+
import 'package:dio/src/dio_mixin.dart' as _i3;
+
import 'package:dio/src/options.dart' as _i2;
+
import 'package:dio/src/response.dart' as _i6;
+
import 'package:dio/src/transformer.dart' as _i5;
+
import 'package:flutter/foundation.dart' as _i11;
+
import 'package:flutter_secure_storage/flutter_secure_storage.dart' as _i8;
+
import 'package:mockito/mockito.dart' as _i1;
+
// 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
+
// ignore_for_file: invalid_use_of_internal_member
+
class _FakeBaseOptions_0 extends _i1.SmartFake implements _i2.BaseOptions {
+
_FakeBaseOptions_0(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeInterceptors_1 extends _i1.SmartFake implements _i3.Interceptors {
+
_FakeInterceptors_1(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeHttpClientAdapter_2 extends _i1.SmartFake
+
implements _i4.HttpClientAdapter {
+
_FakeHttpClientAdapter_2(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeTransformer_3 extends _i1.SmartFake implements _i5.Transformer {
+
_FakeTransformer_3(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeResponse_4<T1> extends _i1.SmartFake implements _i6.Response<T1> {
+
_FakeResponse_4(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeDio_5 extends _i1.SmartFake implements _i7.Dio {
+
_FakeDio_5(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeIOSOptions_6 extends _i1.SmartFake implements _i8.IOSOptions {
+
_FakeIOSOptions_6(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeAndroidOptions_7 extends _i1.SmartFake
+
implements _i8.AndroidOptions {
+
_FakeAndroidOptions_7(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeLinuxOptions_8 extends _i1.SmartFake implements _i8.LinuxOptions {
+
_FakeLinuxOptions_8(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeWindowsOptions_9 extends _i1.SmartFake
+
implements _i8.WindowsOptions {
+
_FakeWindowsOptions_9(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeWebOptions_10 extends _i1.SmartFake implements _i8.WebOptions {
+
_FakeWebOptions_10(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
class _FakeMacOsOptions_11 extends _i1.SmartFake implements _i8.MacOsOptions {
+
_FakeMacOsOptions_11(Object parent, Invocation parentInvocation)
+
: super(parent, parentInvocation);
+
/// A class which mocks [Dio].
+
/// See the documentation for Mockito's code generation for more information.
+
class MockDio extends _i1.Mock implements _i7.Dio {
+
_i1.throwOnMissingStub(this);
+
_i2.BaseOptions get options =>
+
Invocation.getter(#options),
+
returnValue: _FakeBaseOptions_0(this, Invocation.getter(#options)),
+
_i3.Interceptors get interceptors =>
+
Invocation.getter(#interceptors),
+
returnValue: _FakeInterceptors_1(
+
Invocation.getter(#interceptors),
+
_i4.HttpClientAdapter get httpClientAdapter =>
+
Invocation.getter(#httpClientAdapter),
+
returnValue: _FakeHttpClientAdapter_2(
+
Invocation.getter(#httpClientAdapter),
+
as _i4.HttpClientAdapter);
+
_i5.Transformer get transformer =>
+
Invocation.getter(#transformer),
+
returnValue: _FakeTransformer_3(
+
Invocation.getter(#transformer),
+
set options(_i2.BaseOptions? value) => super.noSuchMethod(
+
Invocation.setter(#options, value),
+
returnValueForMissingStub: null,
+
set httpClientAdapter(_i4.HttpClientAdapter? value) => super.noSuchMethod(
+
Invocation.setter(#httpClientAdapter, value),
+
returnValueForMissingStub: null,
+
set transformer(_i5.Transformer? value) => super.noSuchMethod(
+
Invocation.setter(#transformer, value),
+
returnValueForMissingStub: null,
+
void close({bool? force = false}) => super.noSuchMethod(
+
Invocation.method(#close, [], {#force: force}),
+
returnValueForMissingStub: null,
+
_i9.Future<_i6.Response<T>> head<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> headUri<T>(
+
_i10.CancelToken? cancelToken,
+
{#data: data, #options: options, #cancelToken: cancelToken},
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
{#data: data, #options: options, #cancelToken: cancelToken},
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> get<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> getUri<T>(
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onReceiveProgress,
+
#cancelToken: cancelToken,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#cancelToken: cancelToken,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> post<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> postUri<T>(
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> put<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> putUri<T>(
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> patch<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> patchUri<T>(
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> delete<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> deleteUri<T>(
+
_i10.CancelToken? cancelToken,
+
{#data: data, #options: options, #cancelToken: cancelToken},
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
{#data: data, #options: options, #cancelToken: cancelToken},
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<dynamic>> download(
+
_i2.ProgressCallback? onReceiveProgress,
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
bool? deleteOnError = true,
+
_i2.FileAccessMode? fileAccessMode = _i2.FileAccessMode.write,
+
String? lengthHeader = 'content-length',
+
#onReceiveProgress: onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#deleteOnError: deleteOnError,
+
#fileAccessMode: fileAccessMode,
+
#lengthHeader: lengthHeader,
+
returnValue: _i9.Future<_i6.Response<dynamic>>.value(
+
_FakeResponse_4<dynamic>(
+
#onReceiveProgress: onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#deleteOnError: deleteOnError,
+
#fileAccessMode: fileAccessMode,
+
#lengthHeader: lengthHeader,
+
as _i9.Future<_i6.Response<dynamic>>);
+
_i9.Future<_i6.Response<dynamic>> downloadUri(
+
_i2.ProgressCallback? onReceiveProgress,
+
_i10.CancelToken? cancelToken,
+
bool? deleteOnError = true,
+
_i2.FileAccessMode? fileAccessMode = _i2.FileAccessMode.write,
+
String? lengthHeader = 'content-length',
+
#onReceiveProgress: onReceiveProgress,
+
#cancelToken: cancelToken,
+
#deleteOnError: deleteOnError,
+
#fileAccessMode: fileAccessMode,
+
#lengthHeader: lengthHeader,
+
returnValue: _i9.Future<_i6.Response<dynamic>>.value(
+
_FakeResponse_4<dynamic>(
+
#onReceiveProgress: onReceiveProgress,
+
#cancelToken: cancelToken,
+
#deleteOnError: deleteOnError,
+
#fileAccessMode: fileAccessMode,
+
#lengthHeader: lengthHeader,
+
as _i9.Future<_i6.Response<dynamic>>);
+
_i9.Future<_i6.Response<T>> request<T>(
+
Map<String, dynamic>? queryParameters,
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#queryParameters: queryParameters,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> requestUri<T>(
+
_i10.CancelToken? cancelToken,
+
_i2.ProgressCallback? onSendProgress,
+
_i2.ProgressCallback? onReceiveProgress,
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
#cancelToken: cancelToken,
+
#onSendProgress: onSendProgress,
+
#onReceiveProgress: onReceiveProgress,
+
as _i9.Future<_i6.Response<T>>);
+
_i9.Future<_i6.Response<T>> fetch<T>(_i2.RequestOptions? requestOptions) =>
+
Invocation.method(#fetch, [requestOptions]),
+
returnValue: _i9.Future<_i6.Response<T>>.value(
+
Invocation.method(#fetch, [requestOptions]),
+
as _i9.Future<_i6.Response<T>>);
+
_i2.BaseOptions? options,
+
_i3.Interceptors? interceptors,
+
_i4.HttpClientAdapter? httpClientAdapter,
+
_i5.Transformer? transformer,
+
Invocation.method(#clone, [], {
+
#interceptors: interceptors,
+
#httpClientAdapter: httpClientAdapter,
+
#transformer: transformer,
+
returnValue: _FakeDio_5(
+
Invocation.method(#clone, [], {
+
#interceptors: interceptors,
+
#httpClientAdapter: httpClientAdapter,
+
#transformer: transformer,
+
/// A class which mocks [FlutterSecureStorage].
+
/// See the documentation for Mockito's code generation for more information.
+
class MockFlutterSecureStorage extends _i1.Mock
+
implements _i8.FlutterSecureStorage {
+
MockFlutterSecureStorage() {
+
_i1.throwOnMissingStub(this);
+
_i8.IOSOptions get iOptions =>
+
Invocation.getter(#iOptions),
+
returnValue: _FakeIOSOptions_6(this, Invocation.getter(#iOptions)),
+
_i8.AndroidOptions get aOptions =>
+
Invocation.getter(#aOptions),
+
returnValue: _FakeAndroidOptions_7(
+
Invocation.getter(#aOptions),
+
as _i8.AndroidOptions);
+
_i8.LinuxOptions get lOptions =>
+
Invocation.getter(#lOptions),
+
returnValue: _FakeLinuxOptions_8(
+
Invocation.getter(#lOptions),
+
_i8.WindowsOptions get wOptions =>
+
Invocation.getter(#wOptions),
+
returnValue: _FakeWindowsOptions_9(
+
Invocation.getter(#wOptions),
+
as _i8.WindowsOptions);
+
_i8.WebOptions get webOptions =>
+
Invocation.getter(#webOptions),
+
returnValue: _FakeWebOptions_10(
+
Invocation.getter(#webOptions),
+
_i8.MacOsOptions get mOptions =>
+
Invocation.getter(#mOptions),
+
returnValue: _FakeMacOsOptions_11(
+
Invocation.getter(#mOptions),
+
void registerListener({
+
required _i11.ValueChanged<String?>? listener,
+
}) => super.noSuchMethod(
+
Invocation.method(#registerListener, [], {#key: key, #listener: listener}),
+
returnValueForMissingStub: null,
+
void unregisterListener({
+
required _i11.ValueChanged<String?>? listener,
+
}) => super.noSuchMethod(
+
Invocation.method(#unregisterListener, [], {
+
returnValueForMissingStub: null,
+
void unregisterAllListenersForKey({required String? key}) =>
+
Invocation.method(#unregisterAllListenersForKey, [], {#key: key}),
+
returnValueForMissingStub: null,
+
void unregisterAllListeners() => super.noSuchMethod(
+
Invocation.method(#unregisterAllListeners, []),
+
returnValueForMissingStub: null,
+
_i9.Future<void> write({
+
required String? value,
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#write, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<void>.value(),
+
returnValueForMissingStub: _i9.Future<void>.value(),
+
_i9.Future<String?> read({
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#read, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<String?>.value(),
+
as _i9.Future<String?>);
+
_i9.Future<bool> containsKey({
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#containsKey, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<bool>.value(false),
+
_i9.Future<void> delete({
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#delete, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<void>.value(),
+
returnValueForMissingStub: _i9.Future<void>.value(),
+
_i9.Future<Map<String, String>> readAll({
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#readAll, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<Map<String, String>>.value(
+
as _i9.Future<Map<String, String>>);
+
_i9.Future<void> deleteAll({
+
_i8.IOSOptions? iOptions,
+
_i8.AndroidOptions? aOptions,
+
_i8.LinuxOptions? lOptions,
+
_i8.WebOptions? webOptions,
+
_i8.MacOsOptions? mOptions,
+
_i8.WindowsOptions? wOptions,
+
Invocation.method(#deleteAll, [], {
+
#webOptions: webOptions,
+
returnValue: _i9.Future<void>.value(),
+
returnValueForMissingStub: _i9.Future<void>.value(),
+
_i9.Future<bool?> isCupertinoProtectedDataAvailable() =>
+
Invocation.method(#isCupertinoProtectedDataAvailable, []),
+
returnValue: _i9.Future<bool?>.value(),