1- // Mocks generated by Mockito 5.2 .0 from annotations
1+ // Mocks generated by Mockito 5.3 .0 from annotations
22// in google_maps_flutter_web_integration_tests/integration_test/google_maps_controller_test.dart.
33// Do not manually edit this file.
44
5+ // ignore_for_file: no_leading_underscores_for_library_prefixes
56import 'package:google_maps/google_maps.dart' as _i2;
67import 'package:google_maps_flutter_platform_interface/google_maps_flutter_platform_interface.dart'
78 as _i4;
@@ -17,8 +18,12 @@ import 'package:mockito/mockito.dart' as _i1;
1718// ignore_for_file: prefer_const_constructors
1819// ignore_for_file: unnecessary_parenthesis
1920// ignore_for_file: camel_case_types
21+ // ignore_for_file: subtype_of_sealed_class
2022
21- class _FakeGMap_0 extends _i1.Fake implements _i2.GMap {}
23+ class _FakeGMap_0 extends _i1.SmartFake implements _i2.GMap {
24+ _FakeGMap_0 (Object parent, Invocation parentInvocation)
25+ : super (parent, parentInvocation);
26+ }
2227
2328/// A class which mocks [CirclesController] .
2429///
@@ -27,18 +32,21 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
2732 @override
2833 Map <_i4.CircleId , _i3.CircleController > get circles =>
2934 (super .noSuchMethod (Invocation .getter (#circles),
30- returnValue: < _i4.CircleId , _i3.CircleController > {})
35+ returnValue: < _i4.CircleId , _i3.CircleController > {},
36+ returnValueForMissingStub: < _i4.CircleId , _i3.CircleController > {})
3137 as Map <_i4.CircleId , _i3.CircleController >);
3238 @override
3339 _i2.GMap get googleMap => (super .noSuchMethod (Invocation .getter (#googleMap),
34- returnValue: _FakeGMap_0 ()) as _i2.GMap );
40+ returnValue: _FakeGMap_0 (this , Invocation .getter (#googleMap)),
41+ returnValueForMissingStub:
42+ _FakeGMap_0 (this , Invocation .getter (#googleMap))) as _i2.GMap );
3543 @override
3644 set googleMap (_i2.GMap ? _googleMap) =>
3745 super .noSuchMethod (Invocation .setter (#googleMap, _googleMap),
3846 returnValueForMissingStub: null );
3947 @override
40- int get mapId =>
41- ( super . noSuchMethod ( Invocation . getter (#mapId), returnValue : 0 ) as int );
48+ int get mapId => ( super . noSuchMethod ( Invocation . getter (#mapId),
49+ returnValue : 0 , returnValueForMissingStub : 0 ) as int );
4250 @override
4351 set mapId (int ? _mapId) =>
4452 super .noSuchMethod (Invocation .setter (#mapId, _mapId),
@@ -67,20 +75,23 @@ class MockCirclesController extends _i1.Mock implements _i3.CirclesController {
6775class MockPolygonsController extends _i1.Mock
6876 implements _i3.PolygonsController {
6977 @override
70- Map <_i4.PolygonId , _i3.PolygonController > get polygons =>
71- (super .noSuchMethod (Invocation .getter (#polygons),
72- returnValue: < _i4.PolygonId , _i3.PolygonController > {})
73- as Map <_i4.PolygonId , _i3.PolygonController >);
78+ Map <_i4.PolygonId , _i3.PolygonController > get polygons => (super .noSuchMethod (
79+ Invocation .getter (#polygons),
80+ returnValue: < _i4.PolygonId , _i3.PolygonController > {},
81+ returnValueForMissingStub: < _i4.PolygonId , _i3.PolygonController > {})
82+ as Map <_i4.PolygonId , _i3.PolygonController >);
7483 @override
7584 _i2.GMap get googleMap => (super .noSuchMethod (Invocation .getter (#googleMap),
76- returnValue: _FakeGMap_0 ()) as _i2.GMap );
85+ returnValue: _FakeGMap_0 (this , Invocation .getter (#googleMap)),
86+ returnValueForMissingStub:
87+ _FakeGMap_0 (this , Invocation .getter (#googleMap))) as _i2.GMap );
7788 @override
7889 set googleMap (_i2.GMap ? _googleMap) =>
7990 super .noSuchMethod (Invocation .setter (#googleMap, _googleMap),
8091 returnValueForMissingStub: null );
8192 @override
82- int get mapId =>
83- ( super . noSuchMethod ( Invocation . getter (#mapId), returnValue : 0 ) as int );
93+ int get mapId => ( super . noSuchMethod ( Invocation . getter (#mapId),
94+ returnValue : 0 , returnValueForMissingStub : 0 ) as int );
8495 @override
8596 set mapId (int ? _mapId) =>
8697 super .noSuchMethod (Invocation .setter (#mapId, _mapId),
@@ -109,20 +120,23 @@ class MockPolygonsController extends _i1.Mock
109120class MockPolylinesController extends _i1.Mock
110121 implements _i3.PolylinesController {
111122 @override
112- Map <_i4.PolylineId , _i3.PolylineController > get lines =>
113- (super .noSuchMethod (Invocation .getter (#lines),
114- returnValue: < _i4.PolylineId , _i3.PolylineController > {})
115- as Map <_i4.PolylineId , _i3.PolylineController >);
123+ Map <_i4.PolylineId , _i3.PolylineController > get lines => (super .noSuchMethod (
124+ Invocation .getter (#lines),
125+ returnValue: < _i4.PolylineId , _i3.PolylineController > {},
126+ returnValueForMissingStub: < _i4.PolylineId , _i3.PolylineController > {})
127+ as Map <_i4.PolylineId , _i3.PolylineController >);
116128 @override
117129 _i2.GMap get googleMap => (super .noSuchMethod (Invocation .getter (#googleMap),
118- returnValue: _FakeGMap_0 ()) as _i2.GMap );
130+ returnValue: _FakeGMap_0 (this , Invocation .getter (#googleMap)),
131+ returnValueForMissingStub:
132+ _FakeGMap_0 (this , Invocation .getter (#googleMap))) as _i2.GMap );
119133 @override
120134 set googleMap (_i2.GMap ? _googleMap) =>
121135 super .noSuchMethod (Invocation .setter (#googleMap, _googleMap),
122136 returnValueForMissingStub: null );
123137 @override
124- int get mapId =>
125- ( super . noSuchMethod ( Invocation . getter (#mapId), returnValue : 0 ) as int );
138+ int get mapId => ( super . noSuchMethod ( Invocation . getter (#mapId),
139+ returnValue : 0 , returnValueForMissingStub : 0 ) as int );
126140 @override
127141 set mapId (int ? _mapId) =>
128142 super .noSuchMethod (Invocation .setter (#mapId, _mapId),
@@ -152,18 +166,21 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
152166 @override
153167 Map <_i4.MarkerId , _i3.MarkerController > get markers =>
154168 (super .noSuchMethod (Invocation .getter (#markers),
155- returnValue: < _i4.MarkerId , _i3.MarkerController > {})
169+ returnValue: < _i4.MarkerId , _i3.MarkerController > {},
170+ returnValueForMissingStub: < _i4.MarkerId , _i3.MarkerController > {})
156171 as Map <_i4.MarkerId , _i3.MarkerController >);
157172 @override
158173 _i2.GMap get googleMap => (super .noSuchMethod (Invocation .getter (#googleMap),
159- returnValue: _FakeGMap_0 ()) as _i2.GMap );
174+ returnValue: _FakeGMap_0 (this , Invocation .getter (#googleMap)),
175+ returnValueForMissingStub:
176+ _FakeGMap_0 (this , Invocation .getter (#googleMap))) as _i2.GMap );
160177 @override
161178 set googleMap (_i2.GMap ? _googleMap) =>
162179 super .noSuchMethod (Invocation .setter (#googleMap, _googleMap),
163180 returnValueForMissingStub: null );
164181 @override
165- int get mapId =>
166- ( super . noSuchMethod ( Invocation . getter (#mapId), returnValue : 0 ) as int );
182+ int get mapId => ( super . noSuchMethod ( Invocation . getter (#mapId),
183+ returnValue : 0 , returnValueForMissingStub : 0 ) as int );
167184 @override
168185 set mapId (int ? _mapId) =>
169186 super .noSuchMethod (Invocation .setter (#mapId, _mapId),
@@ -191,7 +208,7 @@ class MockMarkersController extends _i1.Mock implements _i3.MarkersController {
191208 @override
192209 bool isInfoWindowShown (_i4.MarkerId ? markerId) =>
193210 (super .noSuchMethod (Invocation .method (#isInfoWindowShown, [markerId]),
194- returnValue: false ) as bool );
211+ returnValue: false , returnValueForMissingStub : false ) as bool );
195212 @override
196213 void bindToMap (int ? mapId, _i2.GMap ? googleMap) =>
197214 super .noSuchMethod (Invocation .method (#bindToMap, [mapId, googleMap]),
0 commit comments