Files
org.eu.mumulhl.ciyue/test/services/backup_test.mocks.dart
T

4312 lines
111 KiB
Dart

// Mocks generated by Mockito 5.4.6 from annotations
// in ciyue/test/services/backup_test.dart.
// Do not manually edit this file.
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i6;
import 'dart:ui' as _i11;
import 'package:ciyue/database/app/app.dart' as _i2;
import 'package:ciyue/database/app/daos.dart' as _i5;
import 'package:ciyue/services/backup.dart' as _i8;
import 'package:ciyue/viewModels/wordbook.dart' as _i9;
import 'package:drift/drift.dart' as _i3;
import 'package:drift/src/runtime/executor/stream_queries.dart' as _i4;
import 'package:flutter/material.dart' as _i10;
import 'package:mockito/mockito.dart' as _i1;
import 'package:mockito/src/dummies.dart' as _i7;
// 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 _FakeAppDatabase_0 extends _i1.SmartFake implements _i2.AppDatabase {
_FakeAppDatabase_0(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeDatabaseConnection_1 extends _i1.SmartFake
implements _i3.DatabaseConnection {
_FakeDatabaseConnection_1(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeDriftDatabaseOptions_2 extends _i1.SmartFake
implements _i3.DriftDatabaseOptions {
_FakeDriftDatabaseOptions_2(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeQueryExecutor_3 extends _i1.SmartFake implements _i3.QueryExecutor {
_FakeQueryExecutor_3(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeStreamQueryStore_4 extends _i1.SmartFake
implements _i4.StreamQueryStore {
_FakeStreamQueryStore_4(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeDatabaseConnectionUser_5 extends _i1.SmartFake
implements _i3.DatabaseConnectionUser {
_FakeDatabaseConnectionUser_5(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _Fake$WordbookTable_6 extends _i1.SmartFake
implements _i2.$WordbookTable {
_Fake$WordbookTable_6(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeWordbookDaoManager_7 extends _i1.SmartFake
implements _i5.WordbookDaoManager {
_FakeWordbookDaoManager_7(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeFuture_8<T1> extends _i1.SmartFake implements _i6.Future<T1> {
_FakeFuture_8(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeInsertStatement_9<T1 extends _i3.Table, D1> extends _i1.SmartFake
implements _i3.InsertStatement<T1, D1> {
_FakeInsertStatement_9(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeUpdateStatement_10<T extends _i3.Table, D> extends _i1.SmartFake
implements _i3.UpdateStatement<T, D> {
_FakeUpdateStatement_10(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeSimpleSelectStatement_11<T1 extends _i3.HasResultSet, D>
extends _i1.SmartFake implements _i3.SimpleSelectStatement<T1, D> {
_FakeSimpleSelectStatement_11(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeJoinedSelectStatement_12<FirstT extends _i3.HasResultSet, FirstD>
extends _i1.SmartFake implements _i3.JoinedSelectStatement<FirstT, FirstD> {
_FakeJoinedSelectStatement_12(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeBaseSelectStatement_13<Row> extends _i1.SmartFake
implements _i3.BaseSelectStatement<Row> {
_FakeBaseSelectStatement_13(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeDeleteStatement_14<T1 extends _i3.Table, D1> extends _i1.SmartFake
implements _i3.DeleteStatement<T1, D1> {
_FakeDeleteStatement_14(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeSelectable_15<T> extends _i1.SmartFake implements _i3.Selectable<T> {
_FakeSelectable_15(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeGenerationContext_16 extends _i1.SmartFake
implements _i3.GenerationContext {
_FakeGenerationContext_16(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _Fake$WordbookTagsTable_17 extends _i1.SmartFake
implements _i2.$WordbookTagsTable {
_Fake$WordbookTagsTable_17(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeWordbookTagsDaoManager_18 extends _i1.SmartFake
implements _i5.WordbookTagsDaoManager {
_FakeWordbookTagsDaoManager_18(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _Fake$HistoryTable_19 extends _i1.SmartFake implements _i2.$HistoryTable {
_Fake$HistoryTable_19(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeHistoryDaoManager_20 extends _i1.SmartFake
implements _i5.HistoryDaoManager {
_FakeHistoryDaoManager_20(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _Fake$WritingCheckHistoryTable_21 extends _i1.SmartFake
implements _i2.$WritingCheckHistoryTable {
_Fake$WritingCheckHistoryTable_21(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeWritingCheckHistoryDaoManager_22 extends _i1.SmartFake
implements _i5.WritingCheckHistoryDaoManager {
_FakeWritingCheckHistoryDaoManager_22(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _Fake$TranslateHistoryTable_23 extends _i1.SmartFake
implements _i2.$TranslateHistoryTable {
_Fake$TranslateHistoryTable_23(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
class _FakeTranslateHistoryDaoManager_24 extends _i1.SmartFake
implements _i5.TranslateHistoryDaoManager {
_FakeTranslateHistoryDaoManager_24(
Object parent,
Invocation parentInvocation,
) : super(
parent,
parentInvocation,
);
}
/// A class which mocks [WordbookDao].
///
/// See the documentation for Mockito's code generation for more information.
class MockWordbookDao extends _i1.Mock implements _i5.WordbookDao {
MockWordbookDao() {
_i1.throwOnMissingStub(this);
}
@override
_i2.AppDatabase get attachedDatabase => (super.noSuchMethod(
Invocation.getter(#attachedDatabase),
returnValue: _FakeAppDatabase_0(
this,
Invocation.getter(#attachedDatabase),
),
) as _i2.AppDatabase);
@override
_i3.DatabaseConnection get connection => (super.noSuchMethod(
Invocation.getter(#connection),
returnValue: _FakeDatabaseConnection_1(
this,
Invocation.getter(#connection),
),
) as _i3.DatabaseConnection);
@override
_i3.DriftDatabaseOptions get options => (super.noSuchMethod(
Invocation.getter(#options),
returnValue: _FakeDriftDatabaseOptions_2(
this,
Invocation.getter(#options),
),
) as _i3.DriftDatabaseOptions);
@override
_i3.SqlTypes get typeMapping => (super.noSuchMethod(
Invocation.getter(#typeMapping),
returnValue: _i7.dummyValue<_i3.SqlTypes>(
this,
Invocation.getter(#typeMapping),
),
) as _i3.SqlTypes);
@override
_i3.QueryExecutor get executor => (super.noSuchMethod(
Invocation.getter(#executor),
returnValue: _FakeQueryExecutor_3(
this,
Invocation.getter(#executor),
),
) as _i3.QueryExecutor);
@override
_i4.StreamQueryStore get streamQueries => (super.noSuchMethod(
Invocation.getter(#streamQueries),
returnValue: _FakeStreamQueryStore_4(
this,
Invocation.getter(#streamQueries),
),
) as _i4.StreamQueryStore);
@override
_i3.DatabaseConnectionUser get resolvedEngine => (super.noSuchMethod(
Invocation.getter(#resolvedEngine),
returnValue: _FakeDatabaseConnectionUser_5(
this,
Invocation.getter(#resolvedEngine),
),
) as _i3.DatabaseConnectionUser);
@override
_i2.$WordbookTable get wordbook => (super.noSuchMethod(
Invocation.getter(#wordbook),
returnValue: _Fake$WordbookTable_6(
this,
Invocation.getter(#wordbook),
),
) as _i2.$WordbookTable);
@override
_i5.WordbookDaoManager get managers => (super.noSuchMethod(
Invocation.getter(#managers),
returnValue: _FakeWordbookDaoManager_7(
this,
Invocation.getter(#managers),
),
) as _i5.WordbookDaoManager);
@override
_i6.Future<void> addAllWords(List<_i2.WordbookData>? data) =>
(super.noSuchMethod(
Invocation.method(
#addAllWords,
[data],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<int> countTotalWords() => (super.noSuchMethod(
Invocation.method(
#countTotalWords,
[],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> addWord(
String? word, {
int? tag,
}) =>
(super.noSuchMethod(
Invocation.method(
#addWord,
[word],
{#tag: tag},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i2.WordbookData>> getAllWords() => (super.noSuchMethod(
Invocation.method(
#getAllWords,
[],
),
returnValue:
_i6.Future<List<_i2.WordbookData>>.value(<_i2.WordbookData>[]),
) as _i6.Future<List<_i2.WordbookData>>);
@override
_i6.Future<List<_i2.WordbookData>> getAllWordsWithTag({
int? tag,
bool? skipTagged = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#getAllWordsWithTag,
[],
{
#tag: tag,
#skipTagged: skipTagged,
},
),
returnValue:
_i6.Future<List<_i2.WordbookData>>.value(<_i2.WordbookData>[]),
) as _i6.Future<List<_i2.WordbookData>>);
@override
_i6.Future<List<_i2.WordbookData>> getWordsByYearMonth(
int? year,
int? month, {
int? tag,
}) =>
(super.noSuchMethod(
Invocation.method(
#getWordsByYearMonth,
[
year,
month,
],
{#tag: tag},
),
returnValue:
_i6.Future<List<_i2.WordbookData>>.value(<_i2.WordbookData>[]),
) as _i6.Future<List<_i2.WordbookData>>);
@override
_i6.Future<List<_i2.WordbookData>> searchWords(String? query) =>
(super.noSuchMethod(
Invocation.method(
#searchWords,
[query],
),
returnValue:
_i6.Future<List<_i2.WordbookData>>.value(<_i2.WordbookData>[]),
) as _i6.Future<List<_i2.WordbookData>>);
@override
_i6.Future<int> removeWord(
String? word, {
int? tag,
}) =>
(super.noSuchMethod(
Invocation.method(
#removeWord,
[word],
{#tag: tag},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> removeWordWithAllTags(String? word) => (super.noSuchMethod(
Invocation.method(
#removeWordWithAllTags,
[word],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<void> removeWords(List<_i2.WordbookData>? words) =>
(super.noSuchMethod(
Invocation.method(
#removeWords,
[words],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<List<int>> tagsOfWord(String? word) => (super.noSuchMethod(
Invocation.method(
#tagsOfWord,
[word],
),
returnValue: _i6.Future<List<int>>.value(<int>[]),
) as _i6.Future<List<int>>);
@override
_i6.Future<bool> wordExist(String? word) => (super.noSuchMethod(
Invocation.method(
#wordExist,
[word],
),
returnValue: _i6.Future<bool>.value(false),
) as _i6.Future<bool>);
@override
_i6.Future<Set<String>> wordsExist(Iterable<String>? words) =>
(super.noSuchMethod(
Invocation.method(
#wordsExist,
[words],
),
returnValue: _i6.Future<Set<String>>.value(<String>{}),
) as _i6.Future<Set<String>>);
@override
_i6.Stream<T> createStream<T extends Object>(
_i4.QueryStreamFetcher<T>? stmt) =>
(super.noSuchMethod(
Invocation.method(
#createStream,
[stmt],
),
returnValue: _i6.Stream<T>.empty(),
) as _i6.Stream<T>);
@override
T alias<T, D>(
_i3.ResultSetImplementation<T, D>? table,
String? alias,
) =>
(super.noSuchMethod(
Invocation.method(
#alias,
[
table,
alias,
],
),
returnValue: _i7.dummyValue<T>(
this,
Invocation.method(
#alias,
[
table,
alias,
],
),
),
) as T);
@override
void markTablesUpdated(Iterable<_i3.TableInfo<_i3.Table, dynamic>>? tables) =>
super.noSuchMethod(
Invocation.method(
#markTablesUpdated,
[tables],
),
returnValueForMissingStub: null,
);
@override
void notifyUpdates(Set<_i3.TableUpdate>? updates) => super.noSuchMethod(
Invocation.method(
#notifyUpdates,
[updates],
),
returnValueForMissingStub: null,
);
@override
_i6.Stream<Set<_i3.TableUpdate>> tableUpdates(
[_i3.TableUpdateQuery? query = const _i3.TableUpdateQuery.any()]) =>
(super.noSuchMethod(
Invocation.method(
#tableUpdates,
[query],
),
returnValue: _i6.Stream<Set<_i3.TableUpdate>>.empty(),
) as _i6.Stream<Set<_i3.TableUpdate>>);
@override
_i6.Future<T> doWhenOpened<T>(
_i6.FutureOr<T> Function(_i3.QueryExecutor)? fn) =>
(super.noSuchMethod(
Invocation.method(
#doWhenOpened,
[fn],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
) as _i6.Future<T>);
@override
_i3.InsertStatement<T, D> into<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#into,
[table],
),
returnValue: _FakeInsertStatement_9<T, D>(
this,
Invocation.method(
#into,
[table],
),
),
) as _i3.InsertStatement<T, D>);
@override
_i3.UpdateStatement<Tbl, R> update<Tbl extends _i3.Table, R>(
_i3.TableInfo<Tbl, R>? table) =>
(super.noSuchMethod(
Invocation.method(
#update,
[table],
),
returnValue: _FakeUpdateStatement_10<Tbl, R>(
this,
Invocation.method(
#update,
[table],
),
),
) as _i3.UpdateStatement<Tbl, R>);
@override
_i3.SimpleSelectStatement<T, R> select<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
returnValue: _FakeSimpleSelectStatement_11<T, R>(
this,
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
),
) as _i3.SimpleSelectStatement<T, R>);
@override
_i3.JoinedSelectStatement<T, R> selectOnly<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
returnValue: _FakeJoinedSelectStatement_12<T, R>(
this,
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
),
) as _i3.JoinedSelectStatement<T, R>);
@override
_i3.BaseSelectStatement<_i3.TypedResult> selectExpressions(
Iterable<_i3.Expression<Object>>? columns) =>
(super.noSuchMethod(
Invocation.method(
#selectExpressions,
[columns],
),
returnValue: _FakeBaseSelectStatement_13<_i3.TypedResult>(
this,
Invocation.method(
#selectExpressions,
[columns],
),
),
) as _i3.BaseSelectStatement<_i3.TypedResult>);
@override
_i3.DeleteStatement<T, D> delete<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[table],
),
returnValue: _FakeDeleteStatement_14<T, D>(
this,
Invocation.method(
#delete,
[table],
),
),
) as _i3.DeleteStatement<T, D>);
@override
_i6.Future<int> customUpdate(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customUpdate,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> customInsert(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
}) =>
(super.noSuchMethod(
Invocation.method(
#customInsert,
[query],
{
#variables: variables,
#updates: updates,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i3.QueryRow>> customWriteReturning(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customWriteReturning,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<List<_i3.QueryRow>>.value(<_i3.QueryRow>[]),
) as _i6.Future<List<_i3.QueryRow>>);
@override
_i3.Selectable<_i3.QueryRow> customSelect(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i3.Selectable<_i3.QueryRow> customSelectQuery(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i6.Future<void> customStatement(
String? statement, [
List<dynamic>? args,
]) =>
(super.noSuchMethod(
Invocation.method(
#customStatement,
[
statement,
args,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> transaction<T>(
_i6.Future<T> Function()? action, {
bool? requireNew = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
) as _i6.Future<T>);
@override
_i6.Future<T> exclusively<T>(_i6.Future<T> Function()? action) =>
(super.noSuchMethod(
Invocation.method(
#exclusively,
[action],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
) as _i6.Future<T>);
@override
_i6.Future<void> batch(_i6.FutureOr<void> Function(_i3.Batch)? runInBatch) =>
(super.noSuchMethod(
Invocation.method(
#batch,
[runInBatch],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> runWithInterceptor<T>(
_i6.Future<T> Function()? action, {
required _i3.QueryInterceptor? interceptor,
}) =>
(super.noSuchMethod(
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
) as _i6.Future<T>);
@override
_i3.GenerationContext $write(
_i3.Component? component, {
bool? hasMultipleTables,
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
),
) as _i3.GenerationContext);
@override
_i3.GenerationContext $writeInsertable(
_i3.TableInfo<_i3.Table, dynamic>? table,
_i3.Insertable<dynamic>? insertable, {
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
),
) as _i3.GenerationContext);
@override
String $expandVar(
int? start,
int? amount,
) =>
(super.noSuchMethod(
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
returnValue: _i7.dummyValue<String>(
this,
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
),
) as String);
@override
_i6.Future<void> close() => (super.noSuchMethod(
Invocation.method(
#close,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
}
/// A class which mocks [WordbookTagsDao].
///
/// See the documentation for Mockito's code generation for more information.
class MockWordbookTagsDao extends _i1.Mock implements _i5.WordbookTagsDao {
MockWordbookTagsDao() {
_i1.throwOnMissingStub(this);
}
@override
bool get tagExist => (super.noSuchMethod(
Invocation.getter(#tagExist),
returnValue: false,
) as bool);
@override
List<int> get tagsOrder => (super.noSuchMethod(
Invocation.getter(#tagsOrder),
returnValue: <int>[],
) as List<int>);
@override
set tagExist(bool? value) => super.noSuchMethod(
Invocation.setter(
#tagExist,
value,
),
returnValueForMissingStub: null,
);
@override
set tagsOrder(List<int>? value) => super.noSuchMethod(
Invocation.setter(
#tagsOrder,
value,
),
returnValueForMissingStub: null,
);
@override
_i2.AppDatabase get attachedDatabase => (super.noSuchMethod(
Invocation.getter(#attachedDatabase),
returnValue: _FakeAppDatabase_0(
this,
Invocation.getter(#attachedDatabase),
),
) as _i2.AppDatabase);
@override
_i3.DatabaseConnection get connection => (super.noSuchMethod(
Invocation.getter(#connection),
returnValue: _FakeDatabaseConnection_1(
this,
Invocation.getter(#connection),
),
) as _i3.DatabaseConnection);
@override
_i3.DriftDatabaseOptions get options => (super.noSuchMethod(
Invocation.getter(#options),
returnValue: _FakeDriftDatabaseOptions_2(
this,
Invocation.getter(#options),
),
) as _i3.DriftDatabaseOptions);
@override
_i3.SqlTypes get typeMapping => (super.noSuchMethod(
Invocation.getter(#typeMapping),
returnValue: _i7.dummyValue<_i3.SqlTypes>(
this,
Invocation.getter(#typeMapping),
),
) as _i3.SqlTypes);
@override
_i3.QueryExecutor get executor => (super.noSuchMethod(
Invocation.getter(#executor),
returnValue: _FakeQueryExecutor_3(
this,
Invocation.getter(#executor),
),
) as _i3.QueryExecutor);
@override
_i4.StreamQueryStore get streamQueries => (super.noSuchMethod(
Invocation.getter(#streamQueries),
returnValue: _FakeStreamQueryStore_4(
this,
Invocation.getter(#streamQueries),
),
) as _i4.StreamQueryStore);
@override
_i3.DatabaseConnectionUser get resolvedEngine => (super.noSuchMethod(
Invocation.getter(#resolvedEngine),
returnValue: _FakeDatabaseConnectionUser_5(
this,
Invocation.getter(#resolvedEngine),
),
) as _i3.DatabaseConnectionUser);
@override
_i2.$WordbookTagsTable get wordbookTags => (super.noSuchMethod(
Invocation.getter(#wordbookTags),
returnValue: _Fake$WordbookTagsTable_17(
this,
Invocation.getter(#wordbookTags),
),
) as _i2.$WordbookTagsTable);
@override
_i5.WordbookTagsDaoManager get managers => (super.noSuchMethod(
Invocation.getter(#managers),
returnValue: _FakeWordbookTagsDaoManager_18(
this,
Invocation.getter(#managers),
),
) as _i5.WordbookTagsDaoManager);
@override
_i6.Future<void> addAllTags(List<_i2.WordbookTag>? data) =>
(super.noSuchMethod(
Invocation.method(
#addAllTags,
[data],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> addTag(String? tag) => (super.noSuchMethod(
Invocation.method(
#addTag,
[tag],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> existTag() => (super.noSuchMethod(
Invocation.method(
#existTag,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<List<_i2.WordbookTag>> getAllTags() => (super.noSuchMethod(
Invocation.method(
#getAllTags,
[],
),
returnValue:
_i6.Future<List<_i2.WordbookTag>>.value(<_i2.WordbookTag>[]),
) as _i6.Future<List<_i2.WordbookTag>>);
@override
_i6.Future<void> loadTagsOrder() => (super.noSuchMethod(
Invocation.method(
#loadTagsOrder,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> removeTag(int? tagId) => (super.noSuchMethod(
Invocation.method(
#removeTag,
[tagId],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> updateTagsOrder() => (super.noSuchMethod(
Invocation.method(
#updateTagsOrder,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Stream<T> createStream<T extends Object>(
_i4.QueryStreamFetcher<T>? stmt) =>
(super.noSuchMethod(
Invocation.method(
#createStream,
[stmt],
),
returnValue: _i6.Stream<T>.empty(),
) as _i6.Stream<T>);
@override
T alias<T, D>(
_i3.ResultSetImplementation<T, D>? table,
String? alias,
) =>
(super.noSuchMethod(
Invocation.method(
#alias,
[
table,
alias,
],
),
returnValue: _i7.dummyValue<T>(
this,
Invocation.method(
#alias,
[
table,
alias,
],
),
),
) as T);
@override
void markTablesUpdated(Iterable<_i3.TableInfo<_i3.Table, dynamic>>? tables) =>
super.noSuchMethod(
Invocation.method(
#markTablesUpdated,
[tables],
),
returnValueForMissingStub: null,
);
@override
void notifyUpdates(Set<_i3.TableUpdate>? updates) => super.noSuchMethod(
Invocation.method(
#notifyUpdates,
[updates],
),
returnValueForMissingStub: null,
);
@override
_i6.Stream<Set<_i3.TableUpdate>> tableUpdates(
[_i3.TableUpdateQuery? query = const _i3.TableUpdateQuery.any()]) =>
(super.noSuchMethod(
Invocation.method(
#tableUpdates,
[query],
),
returnValue: _i6.Stream<Set<_i3.TableUpdate>>.empty(),
) as _i6.Stream<Set<_i3.TableUpdate>>);
@override
_i6.Future<T> doWhenOpened<T>(
_i6.FutureOr<T> Function(_i3.QueryExecutor)? fn) =>
(super.noSuchMethod(
Invocation.method(
#doWhenOpened,
[fn],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
) as _i6.Future<T>);
@override
_i3.InsertStatement<T, D> into<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#into,
[table],
),
returnValue: _FakeInsertStatement_9<T, D>(
this,
Invocation.method(
#into,
[table],
),
),
) as _i3.InsertStatement<T, D>);
@override
_i3.UpdateStatement<Tbl, R> update<Tbl extends _i3.Table, R>(
_i3.TableInfo<Tbl, R>? table) =>
(super.noSuchMethod(
Invocation.method(
#update,
[table],
),
returnValue: _FakeUpdateStatement_10<Tbl, R>(
this,
Invocation.method(
#update,
[table],
),
),
) as _i3.UpdateStatement<Tbl, R>);
@override
_i3.SimpleSelectStatement<T, R> select<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
returnValue: _FakeSimpleSelectStatement_11<T, R>(
this,
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
),
) as _i3.SimpleSelectStatement<T, R>);
@override
_i3.JoinedSelectStatement<T, R> selectOnly<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
returnValue: _FakeJoinedSelectStatement_12<T, R>(
this,
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
),
) as _i3.JoinedSelectStatement<T, R>);
@override
_i3.BaseSelectStatement<_i3.TypedResult> selectExpressions(
Iterable<_i3.Expression<Object>>? columns) =>
(super.noSuchMethod(
Invocation.method(
#selectExpressions,
[columns],
),
returnValue: _FakeBaseSelectStatement_13<_i3.TypedResult>(
this,
Invocation.method(
#selectExpressions,
[columns],
),
),
) as _i3.BaseSelectStatement<_i3.TypedResult>);
@override
_i3.DeleteStatement<T, D> delete<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[table],
),
returnValue: _FakeDeleteStatement_14<T, D>(
this,
Invocation.method(
#delete,
[table],
),
),
) as _i3.DeleteStatement<T, D>);
@override
_i6.Future<int> customUpdate(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customUpdate,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> customInsert(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
}) =>
(super.noSuchMethod(
Invocation.method(
#customInsert,
[query],
{
#variables: variables,
#updates: updates,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i3.QueryRow>> customWriteReturning(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customWriteReturning,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<List<_i3.QueryRow>>.value(<_i3.QueryRow>[]),
) as _i6.Future<List<_i3.QueryRow>>);
@override
_i3.Selectable<_i3.QueryRow> customSelect(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i3.Selectable<_i3.QueryRow> customSelectQuery(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i6.Future<void> customStatement(
String? statement, [
List<dynamic>? args,
]) =>
(super.noSuchMethod(
Invocation.method(
#customStatement,
[
statement,
args,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> transaction<T>(
_i6.Future<T> Function()? action, {
bool? requireNew = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
) as _i6.Future<T>);
@override
_i6.Future<T> exclusively<T>(_i6.Future<T> Function()? action) =>
(super.noSuchMethod(
Invocation.method(
#exclusively,
[action],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
) as _i6.Future<T>);
@override
_i6.Future<void> batch(_i6.FutureOr<void> Function(_i3.Batch)? runInBatch) =>
(super.noSuchMethod(
Invocation.method(
#batch,
[runInBatch],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> runWithInterceptor<T>(
_i6.Future<T> Function()? action, {
required _i3.QueryInterceptor? interceptor,
}) =>
(super.noSuchMethod(
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
) as _i6.Future<T>);
@override
_i3.GenerationContext $write(
_i3.Component? component, {
bool? hasMultipleTables,
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
),
) as _i3.GenerationContext);
@override
_i3.GenerationContext $writeInsertable(
_i3.TableInfo<_i3.Table, dynamic>? table,
_i3.Insertable<dynamic>? insertable, {
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
),
) as _i3.GenerationContext);
@override
String $expandVar(
int? start,
int? amount,
) =>
(super.noSuchMethod(
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
returnValue: _i7.dummyValue<String>(
this,
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
),
) as String);
@override
_i6.Future<void> close() => (super.noSuchMethod(
Invocation.method(
#close,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
}
/// A class which mocks [HistoryDao].
///
/// See the documentation for Mockito's code generation for more information.
class MockHistoryDao extends _i1.Mock implements _i5.HistoryDao {
MockHistoryDao() {
_i1.throwOnMissingStub(this);
}
@override
_i2.AppDatabase get attachedDatabase => (super.noSuchMethod(
Invocation.getter(#attachedDatabase),
returnValue: _FakeAppDatabase_0(
this,
Invocation.getter(#attachedDatabase),
),
) as _i2.AppDatabase);
@override
_i3.DatabaseConnection get connection => (super.noSuchMethod(
Invocation.getter(#connection),
returnValue: _FakeDatabaseConnection_1(
this,
Invocation.getter(#connection),
),
) as _i3.DatabaseConnection);
@override
_i3.DriftDatabaseOptions get options => (super.noSuchMethod(
Invocation.getter(#options),
returnValue: _FakeDriftDatabaseOptions_2(
this,
Invocation.getter(#options),
),
) as _i3.DriftDatabaseOptions);
@override
_i3.SqlTypes get typeMapping => (super.noSuchMethod(
Invocation.getter(#typeMapping),
returnValue: _i7.dummyValue<_i3.SqlTypes>(
this,
Invocation.getter(#typeMapping),
),
) as _i3.SqlTypes);
@override
_i3.QueryExecutor get executor => (super.noSuchMethod(
Invocation.getter(#executor),
returnValue: _FakeQueryExecutor_3(
this,
Invocation.getter(#executor),
),
) as _i3.QueryExecutor);
@override
_i4.StreamQueryStore get streamQueries => (super.noSuchMethod(
Invocation.getter(#streamQueries),
returnValue: _FakeStreamQueryStore_4(
this,
Invocation.getter(#streamQueries),
),
) as _i4.StreamQueryStore);
@override
_i3.DatabaseConnectionUser get resolvedEngine => (super.noSuchMethod(
Invocation.getter(#resolvedEngine),
returnValue: _FakeDatabaseConnectionUser_5(
this,
Invocation.getter(#resolvedEngine),
),
) as _i3.DatabaseConnectionUser);
@override
_i2.$HistoryTable get history => (super.noSuchMethod(
Invocation.getter(#history),
returnValue: _Fake$HistoryTable_19(
this,
Invocation.getter(#history),
),
) as _i2.$HistoryTable);
@override
_i5.HistoryDaoManager get managers => (super.noSuchMethod(
Invocation.getter(#managers),
returnValue: _FakeHistoryDaoManager_20(
this,
Invocation.getter(#managers),
),
) as _i5.HistoryDaoManager);
@override
_i6.Future<int> addHistory(String? word) => (super.noSuchMethod(
Invocation.method(
#addHistory,
[word],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<void> clearHistory() => (super.noSuchMethod(
Invocation.method(
#clearHistory,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<List<_i2.HistoryData>> getAllHistory() => (super.noSuchMethod(
Invocation.method(
#getAllHistory,
[],
),
returnValue:
_i6.Future<List<_i2.HistoryData>>.value(<_i2.HistoryData>[]),
) as _i6.Future<List<_i2.HistoryData>>);
@override
_i6.Future<int> removeHistory(String? word) => (super.noSuchMethod(
Invocation.method(
#removeHistory,
[word],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<void> removeHistories(Iterable<int>? ids) => (super.noSuchMethod(
Invocation.method(
#removeHistories,
[ids],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Stream<T> createStream<T extends Object>(
_i4.QueryStreamFetcher<T>? stmt) =>
(super.noSuchMethod(
Invocation.method(
#createStream,
[stmt],
),
returnValue: _i6.Stream<T>.empty(),
) as _i6.Stream<T>);
@override
T alias<T, D>(
_i3.ResultSetImplementation<T, D>? table,
String? alias,
) =>
(super.noSuchMethod(
Invocation.method(
#alias,
[
table,
alias,
],
),
returnValue: _i7.dummyValue<T>(
this,
Invocation.method(
#alias,
[
table,
alias,
],
),
),
) as T);
@override
void markTablesUpdated(Iterable<_i3.TableInfo<_i3.Table, dynamic>>? tables) =>
super.noSuchMethod(
Invocation.method(
#markTablesUpdated,
[tables],
),
returnValueForMissingStub: null,
);
@override
void notifyUpdates(Set<_i3.TableUpdate>? updates) => super.noSuchMethod(
Invocation.method(
#notifyUpdates,
[updates],
),
returnValueForMissingStub: null,
);
@override
_i6.Stream<Set<_i3.TableUpdate>> tableUpdates(
[_i3.TableUpdateQuery? query = const _i3.TableUpdateQuery.any()]) =>
(super.noSuchMethod(
Invocation.method(
#tableUpdates,
[query],
),
returnValue: _i6.Stream<Set<_i3.TableUpdate>>.empty(),
) as _i6.Stream<Set<_i3.TableUpdate>>);
@override
_i6.Future<T> doWhenOpened<T>(
_i6.FutureOr<T> Function(_i3.QueryExecutor)? fn) =>
(super.noSuchMethod(
Invocation.method(
#doWhenOpened,
[fn],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
) as _i6.Future<T>);
@override
_i3.InsertStatement<T, D> into<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#into,
[table],
),
returnValue: _FakeInsertStatement_9<T, D>(
this,
Invocation.method(
#into,
[table],
),
),
) as _i3.InsertStatement<T, D>);
@override
_i3.UpdateStatement<Tbl, R> update<Tbl extends _i3.Table, R>(
_i3.TableInfo<Tbl, R>? table) =>
(super.noSuchMethod(
Invocation.method(
#update,
[table],
),
returnValue: _FakeUpdateStatement_10<Tbl, R>(
this,
Invocation.method(
#update,
[table],
),
),
) as _i3.UpdateStatement<Tbl, R>);
@override
_i3.SimpleSelectStatement<T, R> select<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
returnValue: _FakeSimpleSelectStatement_11<T, R>(
this,
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
),
) as _i3.SimpleSelectStatement<T, R>);
@override
_i3.JoinedSelectStatement<T, R> selectOnly<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
returnValue: _FakeJoinedSelectStatement_12<T, R>(
this,
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
),
) as _i3.JoinedSelectStatement<T, R>);
@override
_i3.BaseSelectStatement<_i3.TypedResult> selectExpressions(
Iterable<_i3.Expression<Object>>? columns) =>
(super.noSuchMethod(
Invocation.method(
#selectExpressions,
[columns],
),
returnValue: _FakeBaseSelectStatement_13<_i3.TypedResult>(
this,
Invocation.method(
#selectExpressions,
[columns],
),
),
) as _i3.BaseSelectStatement<_i3.TypedResult>);
@override
_i3.DeleteStatement<T, D> delete<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[table],
),
returnValue: _FakeDeleteStatement_14<T, D>(
this,
Invocation.method(
#delete,
[table],
),
),
) as _i3.DeleteStatement<T, D>);
@override
_i6.Future<int> customUpdate(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customUpdate,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> customInsert(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
}) =>
(super.noSuchMethod(
Invocation.method(
#customInsert,
[query],
{
#variables: variables,
#updates: updates,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i3.QueryRow>> customWriteReturning(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customWriteReturning,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<List<_i3.QueryRow>>.value(<_i3.QueryRow>[]),
) as _i6.Future<List<_i3.QueryRow>>);
@override
_i3.Selectable<_i3.QueryRow> customSelect(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i3.Selectable<_i3.QueryRow> customSelectQuery(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i6.Future<void> customStatement(
String? statement, [
List<dynamic>? args,
]) =>
(super.noSuchMethod(
Invocation.method(
#customStatement,
[
statement,
args,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> transaction<T>(
_i6.Future<T> Function()? action, {
bool? requireNew = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
) as _i6.Future<T>);
@override
_i6.Future<T> exclusively<T>(_i6.Future<T> Function()? action) =>
(super.noSuchMethod(
Invocation.method(
#exclusively,
[action],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
) as _i6.Future<T>);
@override
_i6.Future<void> batch(_i6.FutureOr<void> Function(_i3.Batch)? runInBatch) =>
(super.noSuchMethod(
Invocation.method(
#batch,
[runInBatch],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> runWithInterceptor<T>(
_i6.Future<T> Function()? action, {
required _i3.QueryInterceptor? interceptor,
}) =>
(super.noSuchMethod(
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
) as _i6.Future<T>);
@override
_i3.GenerationContext $write(
_i3.Component? component, {
bool? hasMultipleTables,
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
),
) as _i3.GenerationContext);
@override
_i3.GenerationContext $writeInsertable(
_i3.TableInfo<_i3.Table, dynamic>? table,
_i3.Insertable<dynamic>? insertable, {
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
),
) as _i3.GenerationContext);
@override
String $expandVar(
int? start,
int? amount,
) =>
(super.noSuchMethod(
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
returnValue: _i7.dummyValue<String>(
this,
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
),
) as String);
@override
_i6.Future<void> close() => (super.noSuchMethod(
Invocation.method(
#close,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
}
/// A class which mocks [WritingCheckHistoryDao].
///
/// See the documentation for Mockito's code generation for more information.
class MockWritingCheckHistoryDao extends _i1.Mock
implements _i5.WritingCheckHistoryDao {
MockWritingCheckHistoryDao() {
_i1.throwOnMissingStub(this);
}
@override
_i2.AppDatabase get attachedDatabase => (super.noSuchMethod(
Invocation.getter(#attachedDatabase),
returnValue: _FakeAppDatabase_0(
this,
Invocation.getter(#attachedDatabase),
),
) as _i2.AppDatabase);
@override
_i3.DatabaseConnection get connection => (super.noSuchMethod(
Invocation.getter(#connection),
returnValue: _FakeDatabaseConnection_1(
this,
Invocation.getter(#connection),
),
) as _i3.DatabaseConnection);
@override
_i3.DriftDatabaseOptions get options => (super.noSuchMethod(
Invocation.getter(#options),
returnValue: _FakeDriftDatabaseOptions_2(
this,
Invocation.getter(#options),
),
) as _i3.DriftDatabaseOptions);
@override
_i3.SqlTypes get typeMapping => (super.noSuchMethod(
Invocation.getter(#typeMapping),
returnValue: _i7.dummyValue<_i3.SqlTypes>(
this,
Invocation.getter(#typeMapping),
),
) as _i3.SqlTypes);
@override
_i3.QueryExecutor get executor => (super.noSuchMethod(
Invocation.getter(#executor),
returnValue: _FakeQueryExecutor_3(
this,
Invocation.getter(#executor),
),
) as _i3.QueryExecutor);
@override
_i4.StreamQueryStore get streamQueries => (super.noSuchMethod(
Invocation.getter(#streamQueries),
returnValue: _FakeStreamQueryStore_4(
this,
Invocation.getter(#streamQueries),
),
) as _i4.StreamQueryStore);
@override
_i3.DatabaseConnectionUser get resolvedEngine => (super.noSuchMethod(
Invocation.getter(#resolvedEngine),
returnValue: _FakeDatabaseConnectionUser_5(
this,
Invocation.getter(#resolvedEngine),
),
) as _i3.DatabaseConnectionUser);
@override
_i2.$WritingCheckHistoryTable get writingCheckHistory => (super.noSuchMethod(
Invocation.getter(#writingCheckHistory),
returnValue: _Fake$WritingCheckHistoryTable_21(
this,
Invocation.getter(#writingCheckHistory),
),
) as _i2.$WritingCheckHistoryTable);
@override
_i5.WritingCheckHistoryDaoManager get managers => (super.noSuchMethod(
Invocation.getter(#managers),
returnValue: _FakeWritingCheckHistoryDaoManager_22(
this,
Invocation.getter(#managers),
),
) as _i5.WritingCheckHistoryDaoManager);
@override
_i6.Future<int> addHistory(
String? inputText,
String? outputText,
) =>
(super.noSuchMethod(
Invocation.method(
#addHistory,
[
inputText,
outputText,
],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<void> addAllHistory(List<_i2.WritingCheckHistoryData>? data) =>
(super.noSuchMethod(
Invocation.method(
#addAllHistory,
[data],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<List<_i2.WritingCheckHistoryData>> getAllHistory() =>
(super.noSuchMethod(
Invocation.method(
#getAllHistory,
[],
),
returnValue: _i6.Future<List<_i2.WritingCheckHistoryData>>.value(
<_i2.WritingCheckHistoryData>[]),
) as _i6.Future<List<_i2.WritingCheckHistoryData>>);
@override
_i6.Future<void> clearHistory() => (super.noSuchMethod(
Invocation.method(
#clearHistory,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> deleteHistory(int? id) => (super.noSuchMethod(
Invocation.method(
#deleteHistory,
[id],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> deleteHistories(List<int>? ids) => (super.noSuchMethod(
Invocation.method(
#deleteHistories,
[ids],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Stream<T> createStream<T extends Object>(
_i4.QueryStreamFetcher<T>? stmt) =>
(super.noSuchMethod(
Invocation.method(
#createStream,
[stmt],
),
returnValue: _i6.Stream<T>.empty(),
) as _i6.Stream<T>);
@override
T alias<T, D>(
_i3.ResultSetImplementation<T, D>? table,
String? alias,
) =>
(super.noSuchMethod(
Invocation.method(
#alias,
[
table,
alias,
],
),
returnValue: _i7.dummyValue<T>(
this,
Invocation.method(
#alias,
[
table,
alias,
],
),
),
) as T);
@override
void markTablesUpdated(Iterable<_i3.TableInfo<_i3.Table, dynamic>>? tables) =>
super.noSuchMethod(
Invocation.method(
#markTablesUpdated,
[tables],
),
returnValueForMissingStub: null,
);
@override
void notifyUpdates(Set<_i3.TableUpdate>? updates) => super.noSuchMethod(
Invocation.method(
#notifyUpdates,
[updates],
),
returnValueForMissingStub: null,
);
@override
_i6.Stream<Set<_i3.TableUpdate>> tableUpdates(
[_i3.TableUpdateQuery? query = const _i3.TableUpdateQuery.any()]) =>
(super.noSuchMethod(
Invocation.method(
#tableUpdates,
[query],
),
returnValue: _i6.Stream<Set<_i3.TableUpdate>>.empty(),
) as _i6.Stream<Set<_i3.TableUpdate>>);
@override
_i6.Future<T> doWhenOpened<T>(
_i6.FutureOr<T> Function(_i3.QueryExecutor)? fn) =>
(super.noSuchMethod(
Invocation.method(
#doWhenOpened,
[fn],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
) as _i6.Future<T>);
@override
_i3.InsertStatement<T, D> into<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#into,
[table],
),
returnValue: _FakeInsertStatement_9<T, D>(
this,
Invocation.method(
#into,
[table],
),
),
) as _i3.InsertStatement<T, D>);
@override
_i3.UpdateStatement<Tbl, R> update<Tbl extends _i3.Table, R>(
_i3.TableInfo<Tbl, R>? table) =>
(super.noSuchMethod(
Invocation.method(
#update,
[table],
),
returnValue: _FakeUpdateStatement_10<Tbl, R>(
this,
Invocation.method(
#update,
[table],
),
),
) as _i3.UpdateStatement<Tbl, R>);
@override
_i3.SimpleSelectStatement<T, R> select<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
returnValue: _FakeSimpleSelectStatement_11<T, R>(
this,
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
),
) as _i3.SimpleSelectStatement<T, R>);
@override
_i3.JoinedSelectStatement<T, R> selectOnly<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
returnValue: _FakeJoinedSelectStatement_12<T, R>(
this,
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
),
) as _i3.JoinedSelectStatement<T, R>);
@override
_i3.BaseSelectStatement<_i3.TypedResult> selectExpressions(
Iterable<_i3.Expression<Object>>? columns) =>
(super.noSuchMethod(
Invocation.method(
#selectExpressions,
[columns],
),
returnValue: _FakeBaseSelectStatement_13<_i3.TypedResult>(
this,
Invocation.method(
#selectExpressions,
[columns],
),
),
) as _i3.BaseSelectStatement<_i3.TypedResult>);
@override
_i3.DeleteStatement<T, D> delete<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[table],
),
returnValue: _FakeDeleteStatement_14<T, D>(
this,
Invocation.method(
#delete,
[table],
),
),
) as _i3.DeleteStatement<T, D>);
@override
_i6.Future<int> customUpdate(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customUpdate,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> customInsert(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
}) =>
(super.noSuchMethod(
Invocation.method(
#customInsert,
[query],
{
#variables: variables,
#updates: updates,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i3.QueryRow>> customWriteReturning(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customWriteReturning,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<List<_i3.QueryRow>>.value(<_i3.QueryRow>[]),
) as _i6.Future<List<_i3.QueryRow>>);
@override
_i3.Selectable<_i3.QueryRow> customSelect(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i3.Selectable<_i3.QueryRow> customSelectQuery(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i6.Future<void> customStatement(
String? statement, [
List<dynamic>? args,
]) =>
(super.noSuchMethod(
Invocation.method(
#customStatement,
[
statement,
args,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> transaction<T>(
_i6.Future<T> Function()? action, {
bool? requireNew = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
) as _i6.Future<T>);
@override
_i6.Future<T> exclusively<T>(_i6.Future<T> Function()? action) =>
(super.noSuchMethod(
Invocation.method(
#exclusively,
[action],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
) as _i6.Future<T>);
@override
_i6.Future<void> batch(_i6.FutureOr<void> Function(_i3.Batch)? runInBatch) =>
(super.noSuchMethod(
Invocation.method(
#batch,
[runInBatch],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> runWithInterceptor<T>(
_i6.Future<T> Function()? action, {
required _i3.QueryInterceptor? interceptor,
}) =>
(super.noSuchMethod(
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
) as _i6.Future<T>);
@override
_i3.GenerationContext $write(
_i3.Component? component, {
bool? hasMultipleTables,
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
),
) as _i3.GenerationContext);
@override
_i3.GenerationContext $writeInsertable(
_i3.TableInfo<_i3.Table, dynamic>? table,
_i3.Insertable<dynamic>? insertable, {
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
),
) as _i3.GenerationContext);
@override
String $expandVar(
int? start,
int? amount,
) =>
(super.noSuchMethod(
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
returnValue: _i7.dummyValue<String>(
this,
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
),
) as String);
@override
_i6.Future<void> close() => (super.noSuchMethod(
Invocation.method(
#close,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
}
/// A class which mocks [TranslateHistoryDao].
///
/// See the documentation for Mockito's code generation for more information.
class MockTranslateHistoryDao extends _i1.Mock
implements _i5.TranslateHistoryDao {
MockTranslateHistoryDao() {
_i1.throwOnMissingStub(this);
}
@override
_i2.AppDatabase get attachedDatabase => (super.noSuchMethod(
Invocation.getter(#attachedDatabase),
returnValue: _FakeAppDatabase_0(
this,
Invocation.getter(#attachedDatabase),
),
) as _i2.AppDatabase);
@override
_i3.DatabaseConnection get connection => (super.noSuchMethod(
Invocation.getter(#connection),
returnValue: _FakeDatabaseConnection_1(
this,
Invocation.getter(#connection),
),
) as _i3.DatabaseConnection);
@override
_i3.DriftDatabaseOptions get options => (super.noSuchMethod(
Invocation.getter(#options),
returnValue: _FakeDriftDatabaseOptions_2(
this,
Invocation.getter(#options),
),
) as _i3.DriftDatabaseOptions);
@override
_i3.SqlTypes get typeMapping => (super.noSuchMethod(
Invocation.getter(#typeMapping),
returnValue: _i7.dummyValue<_i3.SqlTypes>(
this,
Invocation.getter(#typeMapping),
),
) as _i3.SqlTypes);
@override
_i3.QueryExecutor get executor => (super.noSuchMethod(
Invocation.getter(#executor),
returnValue: _FakeQueryExecutor_3(
this,
Invocation.getter(#executor),
),
) as _i3.QueryExecutor);
@override
_i4.StreamQueryStore get streamQueries => (super.noSuchMethod(
Invocation.getter(#streamQueries),
returnValue: _FakeStreamQueryStore_4(
this,
Invocation.getter(#streamQueries),
),
) as _i4.StreamQueryStore);
@override
_i3.DatabaseConnectionUser get resolvedEngine => (super.noSuchMethod(
Invocation.getter(#resolvedEngine),
returnValue: _FakeDatabaseConnectionUser_5(
this,
Invocation.getter(#resolvedEngine),
),
) as _i3.DatabaseConnectionUser);
@override
_i2.$TranslateHistoryTable get translateHistory => (super.noSuchMethod(
Invocation.getter(#translateHistory),
returnValue: _Fake$TranslateHistoryTable_23(
this,
Invocation.getter(#translateHistory),
),
) as _i2.$TranslateHistoryTable);
@override
_i5.TranslateHistoryDaoManager get managers => (super.noSuchMethod(
Invocation.getter(#managers),
returnValue: _FakeTranslateHistoryDaoManager_24(
this,
Invocation.getter(#managers),
),
) as _i5.TranslateHistoryDaoManager);
@override
_i6.Future<int> addHistory(String? inputText) => (super.noSuchMethod(
Invocation.method(
#addHistory,
[inputText],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<void> addAllHistory(List<_i2.TranslateHistoryData>? data) =>
(super.noSuchMethod(
Invocation.method(
#addAllHistory,
[data],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<List<_i2.TranslateHistoryData>> getAllHistory() =>
(super.noSuchMethod(
Invocation.method(
#getAllHistory,
[],
),
returnValue: _i6.Future<List<_i2.TranslateHistoryData>>.value(
<_i2.TranslateHistoryData>[]),
) as _i6.Future<List<_i2.TranslateHistoryData>>);
@override
_i6.Future<void> clearHistory() => (super.noSuchMethod(
Invocation.method(
#clearHistory,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> deleteHistory(int? id) => (super.noSuchMethod(
Invocation.method(
#deleteHistory,
[id],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> deleteHistories(List<int>? ids) => (super.noSuchMethod(
Invocation.method(
#deleteHistories,
[ids],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<int> deleteHistoryByInputText(String? inputText) =>
(super.noSuchMethod(
Invocation.method(
#deleteHistoryByInputText,
[inputText],
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Stream<T> createStream<T extends Object>(
_i4.QueryStreamFetcher<T>? stmt) =>
(super.noSuchMethod(
Invocation.method(
#createStream,
[stmt],
),
returnValue: _i6.Stream<T>.empty(),
) as _i6.Stream<T>);
@override
T alias<T, D>(
_i3.ResultSetImplementation<T, D>? table,
String? alias,
) =>
(super.noSuchMethod(
Invocation.method(
#alias,
[
table,
alias,
],
),
returnValue: _i7.dummyValue<T>(
this,
Invocation.method(
#alias,
[
table,
alias,
],
),
),
) as T);
@override
void markTablesUpdated(Iterable<_i3.TableInfo<_i3.Table, dynamic>>? tables) =>
super.noSuchMethod(
Invocation.method(
#markTablesUpdated,
[tables],
),
returnValueForMissingStub: null,
);
@override
void notifyUpdates(Set<_i3.TableUpdate>? updates) => super.noSuchMethod(
Invocation.method(
#notifyUpdates,
[updates],
),
returnValueForMissingStub: null,
);
@override
_i6.Stream<Set<_i3.TableUpdate>> tableUpdates(
[_i3.TableUpdateQuery? query = const _i3.TableUpdateQuery.any()]) =>
(super.noSuchMethod(
Invocation.method(
#tableUpdates,
[query],
),
returnValue: _i6.Stream<Set<_i3.TableUpdate>>.empty(),
) as _i6.Stream<Set<_i3.TableUpdate>>);
@override
_i6.Future<T> doWhenOpened<T>(
_i6.FutureOr<T> Function(_i3.QueryExecutor)? fn) =>
(super.noSuchMethod(
Invocation.method(
#doWhenOpened,
[fn],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#doWhenOpened,
[fn],
),
),
) as _i6.Future<T>);
@override
_i3.InsertStatement<T, D> into<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#into,
[table],
),
returnValue: _FakeInsertStatement_9<T, D>(
this,
Invocation.method(
#into,
[table],
),
),
) as _i3.InsertStatement<T, D>);
@override
_i3.UpdateStatement<Tbl, R> update<Tbl extends _i3.Table, R>(
_i3.TableInfo<Tbl, R>? table) =>
(super.noSuchMethod(
Invocation.method(
#update,
[table],
),
returnValue: _FakeUpdateStatement_10<Tbl, R>(
this,
Invocation.method(
#update,
[table],
),
),
) as _i3.UpdateStatement<Tbl, R>);
@override
_i3.SimpleSelectStatement<T, R> select<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
returnValue: _FakeSimpleSelectStatement_11<T, R>(
this,
Invocation.method(
#select,
[table],
{#distinct: distinct},
),
),
) as _i3.SimpleSelectStatement<T, R>);
@override
_i3.JoinedSelectStatement<T, R> selectOnly<T extends _i3.HasResultSet, R>(
_i3.ResultSetImplementation<T, R>? table, {
bool? distinct = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
returnValue: _FakeJoinedSelectStatement_12<T, R>(
this,
Invocation.method(
#selectOnly,
[table],
{#distinct: distinct},
),
),
) as _i3.JoinedSelectStatement<T, R>);
@override
_i3.BaseSelectStatement<_i3.TypedResult> selectExpressions(
Iterable<_i3.Expression<Object>>? columns) =>
(super.noSuchMethod(
Invocation.method(
#selectExpressions,
[columns],
),
returnValue: _FakeBaseSelectStatement_13<_i3.TypedResult>(
this,
Invocation.method(
#selectExpressions,
[columns],
),
),
) as _i3.BaseSelectStatement<_i3.TypedResult>);
@override
_i3.DeleteStatement<T, D> delete<T extends _i3.Table, D>(
_i3.TableInfo<T, D>? table) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[table],
),
returnValue: _FakeDeleteStatement_14<T, D>(
this,
Invocation.method(
#delete,
[table],
),
),
) as _i3.DeleteStatement<T, D>);
@override
_i6.Future<int> customUpdate(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customUpdate,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<int> customInsert(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
}) =>
(super.noSuchMethod(
Invocation.method(
#customInsert,
[query],
{
#variables: variables,
#updates: updates,
},
),
returnValue: _i6.Future<int>.value(0),
) as _i6.Future<int>);
@override
_i6.Future<List<_i3.QueryRow>> customWriteReturning(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? updates,
_i3.UpdateKind? updateKind,
}) =>
(super.noSuchMethod(
Invocation.method(
#customWriteReturning,
[query],
{
#variables: variables,
#updates: updates,
#updateKind: updateKind,
},
),
returnValue: _i6.Future<List<_i3.QueryRow>>.value(<_i3.QueryRow>[]),
) as _i6.Future<List<_i3.QueryRow>>);
@override
_i3.Selectable<_i3.QueryRow> customSelect(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelect,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i3.Selectable<_i3.QueryRow> customSelectQuery(
String? query, {
List<_i3.Variable<Object>>? variables = const [],
Set<_i3.ResultSetImplementation<dynamic, dynamic>>? readsFrom = const {},
}) =>
(super.noSuchMethod(
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
returnValue: _FakeSelectable_15<_i3.QueryRow>(
this,
Invocation.method(
#customSelectQuery,
[query],
{
#variables: variables,
#readsFrom: readsFrom,
},
),
),
) as _i3.Selectable<_i3.QueryRow>);
@override
_i6.Future<void> customStatement(
String? statement, [
List<dynamic>? args,
]) =>
(super.noSuchMethod(
Invocation.method(
#customStatement,
[
statement,
args,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> transaction<T>(
_i6.Future<T> Function()? action, {
bool? requireNew = false,
}) =>
(super.noSuchMethod(
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#transaction,
[action],
{#requireNew: requireNew},
),
),
) as _i6.Future<T>);
@override
_i6.Future<T> exclusively<T>(_i6.Future<T> Function()? action) =>
(super.noSuchMethod(
Invocation.method(
#exclusively,
[action],
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#exclusively,
[action],
),
),
) as _i6.Future<T>);
@override
_i6.Future<void> batch(_i6.FutureOr<void> Function(_i3.Batch)? runInBatch) =>
(super.noSuchMethod(
Invocation.method(
#batch,
[runInBatch],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<T> runWithInterceptor<T>(
_i6.Future<T> Function()? action, {
required _i3.QueryInterceptor? interceptor,
}) =>
(super.noSuchMethod(
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
returnValue: _i7.ifNotNull(
_i7.dummyValueOrNull<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
(T v) => _i6.Future<T>.value(v),
) ??
_FakeFuture_8<T>(
this,
Invocation.method(
#runWithInterceptor,
[action],
{#interceptor: interceptor},
),
),
) as _i6.Future<T>);
@override
_i3.GenerationContext $write(
_i3.Component? component, {
bool? hasMultipleTables,
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$write,
[component],
{
#hasMultipleTables: hasMultipleTables,
#startIndex: startIndex,
},
),
),
) as _i3.GenerationContext);
@override
_i3.GenerationContext $writeInsertable(
_i3.TableInfo<_i3.Table, dynamic>? table,
_i3.Insertable<dynamic>? insertable, {
int? startIndex,
}) =>
(super.noSuchMethod(
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
returnValue: _FakeGenerationContext_16(
this,
Invocation.method(
#$writeInsertable,
[
table,
insertable,
],
{#startIndex: startIndex},
),
),
) as _i3.GenerationContext);
@override
String $expandVar(
int? start,
int? amount,
) =>
(super.noSuchMethod(
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
returnValue: _i7.dummyValue<String>(
this,
Invocation.method(
#$expandVar,
[
start,
amount,
],
),
),
) as String);
@override
_i6.Future<void> close() => (super.noSuchMethod(
Invocation.method(
#close,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
}
/// A class which mocks [BackupFileHandler].
///
/// See the documentation for Mockito's code generation for more information.
class MockBackupFileHandler extends _i1.Mock implements _i8.BackupFileHandler {
MockBackupFileHandler() {
_i1.throwOnMissingStub(this);
}
@override
bool get isAndroid => (super.noSuchMethod(
Invocation.getter(#isAndroid),
returnValue: false,
) as bool);
@override
_i6.Future<void> writeAutoExportAndroid(
String? directory,
String? fileName,
String? content,
) =>
(super.noSuchMethod(
Invocation.method(
#writeAutoExportAndroid,
[
directory,
fileName,
content,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> writeAutoExportDesktop(
String? path,
String? content,
) =>
(super.noSuchMethod(
Invocation.method(
#writeAutoExportDesktop,
[
path,
content,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> writeManualExportAndroid(String? content) =>
(super.noSuchMethod(
Invocation.method(
#writeManualExportAndroid,
[content],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> writeManualExportDesktop(String? content) =>
(super.noSuchMethod(
Invocation.method(
#writeManualExportDesktop,
[content],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<String?> readImportFile() => (super.noSuchMethod(
Invocation.method(
#readImportFile,
[],
),
returnValue: _i6.Future<String?>.value(),
) as _i6.Future<String?>);
}
/// A class which mocks [WordbookModel].
///
/// See the documentation for Mockito's code generation for more information.
class MockWordbookModel extends _i1.Mock implements _i9.WordbookModel {
MockWordbookModel() {
_i1.throwOnMissingStub(this);
}
@override
_i6.Future<List<_i2.WordbookData>> get allWords => (super.noSuchMethod(
Invocation.getter(#allWords),
returnValue:
_i6.Future<List<_i2.WordbookData>>.value(<_i2.WordbookData>[]),
) as _i6.Future<List<_i2.WordbookData>>);
@override
_i6.Future<List<_i2.WordbookTag>> get tags => (super.noSuchMethod(
Invocation.getter(#tags),
returnValue:
_i6.Future<List<_i2.WordbookTag>>.value(<_i2.WordbookTag>[]),
) as _i6.Future<List<_i2.WordbookTag>>);
@override
int get totalWordCount => (super.noSuchMethod(
Invocation.getter(#totalWordCount),
returnValue: 0,
) as int);
@override
bool get isMultiSelectMode => (super.noSuchMethod(
Invocation.getter(#isMultiSelectMode),
returnValue: false,
) as bool);
@override
List<_i2.WordbookData> get selectedWords => (super.noSuchMethod(
Invocation.getter(#selectedWords),
returnValue: <_i2.WordbookData>[],
) as List<_i2.WordbookData>);
@override
List<String> get searchResults => (super.noSuchMethod(
Invocation.getter(#searchResults),
returnValue: <String>[],
) as List<String>);
@override
bool get fuzzySearch => (super.noSuchMethod(
Invocation.getter(#fuzzySearch),
returnValue: false,
) as bool);
@override
set allWords(_i6.Future<List<_i2.WordbookData>>? value) => super.noSuchMethod(
Invocation.setter(
#allWords,
value,
),
returnValueForMissingStub: null,
);
@override
set tags(_i6.Future<List<_i2.WordbookTag>>? value) => super.noSuchMethod(
Invocation.setter(
#tags,
value,
),
returnValueForMissingStub: null,
);
@override
set totalWordCount(int? value) => super.noSuchMethod(
Invocation.setter(
#totalWordCount,
value,
),
returnValueForMissingStub: null,
);
@override
set selectedDate(DateTime? value) => super.noSuchMethod(
Invocation.setter(
#selectedDate,
value,
),
returnValueForMissingStub: null,
);
@override
set selectedTag(int? value) => super.noSuchMethod(
Invocation.setter(
#selectedTag,
value,
),
returnValueForMissingStub: null,
);
@override
set isMultiSelectMode(bool? value) => super.noSuchMethod(
Invocation.setter(
#isMultiSelectMode,
value,
),
returnValueForMissingStub: null,
);
@override
set selectedWords(List<_i2.WordbookData>? value) => super.noSuchMethod(
Invocation.setter(
#selectedWords,
value,
),
returnValueForMissingStub: null,
);
@override
set searchResults(List<String>? value) => super.noSuchMethod(
Invocation.setter(
#searchResults,
value,
),
returnValueForMissingStub: null,
);
@override
set fuzzySearch(bool? value) => super.noSuchMethod(
Invocation.setter(
#fuzzySearch,
value,
),
returnValueForMissingStub: null,
);
@override
bool get hasListeners => (super.noSuchMethod(
Invocation.getter(#hasListeners),
returnValue: false,
) as bool);
@override
void toggleFuzzySearch() => super.noSuchMethod(
Invocation.method(
#toggleFuzzySearch,
[],
),
returnValueForMissingStub: null,
);
@override
_i6.Future<void> search(String? query) => (super.noSuchMethod(
Invocation.method(
#search,
[query],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> add(
String? word, {
int? tag,
}) =>
(super.noSuchMethod(
Invocation.method(
#add,
[word],
{#tag: tag},
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> addAllWords(List<_i2.WordbookData>? data) =>
(super.noSuchMethod(
Invocation.method(
#addAllWords,
[data],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> delete(
String? word, {
int? tag,
}) =>
(super.noSuchMethod(
Invocation.method(
#delete,
[word],
{#tag: tag},
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> removeWordWithAllTags(String? word) => (super.noSuchMethod(
Invocation.method(
#removeWordWithAllTags,
[word],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> removeWords(List<_i2.WordbookData>? words) =>
(super.noSuchMethod(
Invocation.method(
#removeWords,
[words],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> loadTotalWordCount() => (super.noSuchMethod(
Invocation.method(
#loadTotalWordCount,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> deleteSelectedWords() => (super.noSuchMethod(
Invocation.method(
#deleteSelectedWords,
[],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
void selectWord(_i2.WordbookData? word) => super.noSuchMethod(
Invocation.method(
#selectWord,
[word],
),
returnValueForMissingStub: null,
);
@override
void toggleMultiSelectMode() => super.noSuchMethod(
Invocation.method(
#toggleMultiSelectMode,
[],
),
returnValueForMissingStub: null,
);
@override
void updateSelectedDate(DateTime? date) => super.noSuchMethod(
Invocation.method(
#updateSelectedDate,
[date],
),
returnValueForMissingStub: null,
);
@override
void updateSelectedTag(int? tag) => super.noSuchMethod(
Invocation.method(
#updateSelectedTag,
[tag],
),
returnValueForMissingStub: null,
);
@override
void updateTags() => super.noSuchMethod(
Invocation.method(
#updateTags,
[],
),
returnValueForMissingStub: null,
);
@override
void updateWordList() => super.noSuchMethod(
Invocation.method(
#updateWordList,
[],
),
returnValueForMissingStub: null,
);
@override
_i6.Future<void> showDeleteConfirmationDialog(_i10.BuildContext? context) =>
(super.noSuchMethod(
Invocation.method(
#showDeleteConfirmationDialog,
[context],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> addTag(String? tagName) => (super.noSuchMethod(
Invocation.method(
#addTag,
[tagName],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> showAddTagDialog(_i10.BuildContext? context) =>
(super.noSuchMethod(
Invocation.method(
#showAddTagDialog,
[context],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> showTagsListDialog(_i10.BuildContext? context) =>
(super.noSuchMethod(
Invocation.method(
#showTagsListDialog,
[context],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> reorderTags(
int? oldIndex,
int? newIndex,
List<_i2.WordbookTag>? tagsDisplay,
) =>
(super.noSuchMethod(
Invocation.method(
#reorderTags,
[
oldIndex,
newIndex,
tagsDisplay,
],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
_i6.Future<void> removeTag(int? tagId) => (super.noSuchMethod(
Invocation.method(
#removeTag,
[tagId],
),
returnValue: _i6.Future<void>.value(),
returnValueForMissingStub: _i6.Future<void>.value(),
) as _i6.Future<void>);
@override
void addListener(_i11.VoidCallback? listener) => super.noSuchMethod(
Invocation.method(
#addListener,
[listener],
),
returnValueForMissingStub: null,
);
@override
void removeListener(_i11.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,
);
}