66import 'dart:ui' as _i7;
77
88import 'package:bible_feed/manager/feeds_manager.dart' as _i8;
9- import 'package:bible_feed/model/book.dart' as _i5 ;
10- import 'package:bible_feed/model/feed.dart' as _i2 ;
9+ import 'package:bible_feed/model/book.dart' as _i2 ;
10+ import 'package:bible_feed/model/feed.dart' as _i3 ;
1111import 'package:bible_feed/model/reading_list.dart' as _i6;
12- import 'package:bible_feed/service/app_service.dart' as _i3 ;
12+ import 'package:bible_feed/service/app_service.dart' as _i4 ;
1313import 'package:mockito/mockito.dart' as _i1;
14- import 'package:mockito/src/dummies.dart' as _i4 ;
14+ import 'package:mockito/src/dummies.dart' as _i5 ;
1515
1616// ignore_for_file: type=lint
1717// ignore_for_file: avoid_redundant_argument_values
@@ -27,24 +27,29 @@ import 'package:mockito/src/dummies.dart' as _i4;
2727// ignore_for_file: camel_case_types
2828// ignore_for_file: subtype_of_sealed_class
2929
30- class _FakeFeedState_0 extends _i1.SmartFake implements _i2.FeedState {
31- _FakeFeedState_0 (Object parent, Invocation parentInvocation)
30+ class _FakeBook_0 extends _i1.SmartFake implements _i2.Book {
31+ _FakeBook_0 (Object parent, Invocation parentInvocation)
32+ : super (parent, parentInvocation);
33+ }
34+
35+ class _FakeFeedState_1 extends _i1.SmartFake implements _i3.FeedState {
36+ _FakeFeedState_1 (Object parent, Invocation parentInvocation)
3237 : super (parent, parentInvocation);
3338}
3439
3540/// A class which mocks [AppService] .
3641///
3742/// See the documentation for Mockito's code generation for more information.
38- class MockAppService extends _i1.Mock implements _i3 .AppService {
43+ class MockAppService extends _i1.Mock implements _i4 .AppService {
3944 @override
4045 String get buildNumber =>
4146 (super .noSuchMethod (
4247 Invocation .getter (#buildNumber),
43- returnValue: _i4 .dummyValue <String >(
48+ returnValue: _i5 .dummyValue <String >(
4449 this ,
4550 Invocation .getter (#buildNumber),
4651 ),
47- returnValueForMissingStub: _i4 .dummyValue <String >(
52+ returnValueForMissingStub: _i5 .dummyValue <String >(
4853 this ,
4954 Invocation .getter (#buildNumber),
5055 ),
@@ -55,11 +60,11 @@ class MockAppService extends _i1.Mock implements _i3.AppService {
5560 String get version =>
5661 (super .noSuchMethod (
5762 Invocation .getter (#version),
58- returnValue: _i4 .dummyValue <String >(
63+ returnValue: _i5 .dummyValue <String >(
5964 this ,
6065 Invocation .getter (#version),
6166 ),
62- returnValueForMissingStub: _i4 .dummyValue <String >(
67+ returnValueForMissingStub: _i5 .dummyValue <String >(
6368 this ,
6469 Invocation .getter (#version),
6570 ),
@@ -70,21 +75,18 @@ class MockAppService extends _i1.Mock implements _i3.AppService {
7075/// A class which mocks [Feed] .
7176///
7277/// See the documentation for Mockito's code generation for more information.
73- class MockFeed extends _i1.Mock implements _i2 .Feed {
78+ class MockFeed extends _i1.Mock implements _i3 .Feed {
7479 @override
75- _i5 .Book get book =>
80+ _i2 .Book get book =>
7681 (super .noSuchMethod (
7782 Invocation .getter (#book),
78- returnValue: _i4.dummyValue< _i5.Book > (
79- this ,
80- Invocation .getter (#book),
81- ),
82- returnValueForMissingStub: _i4.dummyValue< _i5.Book > (
83+ returnValue: _FakeBook_0 (this , Invocation .getter (#book)),
84+ returnValueForMissingStub: _FakeBook_0 (
8385 this ,
8486 Invocation .getter (#book),
8587 ),
8688 )
87- as _i5 .Book );
89+ as _i2 .Book );
8890
8991 @override
9092 int get bookIndex =>
@@ -117,31 +119,31 @@ class MockFeed extends _i1.Mock implements _i2.Feed {
117119 _i6.ReadingList get readingList =>
118120 (super .noSuchMethod (
119121 Invocation .getter (#readingList),
120- returnValue: _i4 .dummyValue< _i6.ReadingList > (
122+ returnValue: _i5 .dummyValue< _i6.ReadingList > (
121123 this ,
122124 Invocation .getter (#readingList),
123125 ),
124- returnValueForMissingStub: _i4 .dummyValue< _i6.ReadingList > (
126+ returnValueForMissingStub: _i5 .dummyValue< _i6.ReadingList > (
125127 this ,
126128 Invocation .getter (#readingList),
127129 ),
128130 )
129131 as _i6.ReadingList );
130132
131133 @override
132- _i2 .FeedState get state =>
134+ _i3 .FeedState get state =>
133135 (super .noSuchMethod (
134136 Invocation .getter (#state),
135- returnValue: _FakeFeedState_0 (this , Invocation .getter (#state)),
136- returnValueForMissingStub: _FakeFeedState_0 (
137+ returnValue: _FakeFeedState_1 (this , Invocation .getter (#state)),
138+ returnValueForMissingStub: _FakeFeedState_1 (
137139 this ,
138140 Invocation .getter (#state),
139141 ),
140142 )
141- as _i2 .FeedState );
143+ as _i3 .FeedState );
142144
143145 @override
144- set state (_i2 .FeedState ? value) => super .noSuchMethod (
146+ set state (_i3 .FeedState ? value) => super .noSuchMethod (
145147 Invocation .setter (#state, value),
146148 returnValueForMissingStub: null ,
147149 );
@@ -168,6 +170,12 @@ class MockFeed extends _i1.Mock implements _i2.Feed {
168170 returnValueForMissingStub: null ,
169171 );
170172
173+ @override
174+ void touch () => super .noSuchMethod (
175+ Invocation .method (#touch, []),
176+ returnValueForMissingStub: null ,
177+ );
178+
171179 @override
172180 void addListener (_i7.VoidCallback ? listener) => super .noSuchMethod (
173181 Invocation .method (#addListener, [listener]),
@@ -216,13 +224,13 @@ class MockFeedsManager extends _i1.Mock implements _i8.FeedsManager {
216224 as int );
217225
218226 @override
219- List <_i2 .Feed > get feeds =>
227+ List <_i3 .Feed > get feeds =>
220228 (super .noSuchMethod (
221229 Invocation .getter (#feeds),
222- returnValue: < _i2 .Feed > [],
223- returnValueForMissingStub: < _i2 .Feed > [],
230+ returnValue: < _i3 .Feed > [],
231+ returnValueForMissingStub: < _i3 .Feed > [],
224232 )
225- as List <_i2 .Feed >);
233+ as List <_i3 .Feed >);
226234
227235 @override
228236 bool get hasListeners =>
0 commit comments