Issues
- 1
mockNetworkImages should provide a way to test the errorBuilder from Image.network
#212 opened by DanielFerrariR - 0
Try catch block in test
#248 opened by LScodeblack - 1
type 'Null' is not a subtype of type 'Entity'
#230 opened by EhiltonKazuo - 0
- 0
Add support for mock lists in verifyNoMoreInteractions and verifyZeroInteractions
#245 opened by gsvianna - 0
Add mock for Extension types
#244 opened by nullskill - 5
The "when" function does not create a stub
#199 opened by InAnadea - 2
- 2
Verify of objects passed in isolates don't work
#234 opened by elkSal - 4
while giving header or body to http. mock type 'Null' is not a subtype of type 'Future<Response>' this error coming
#224 opened by fimaljo - 0
Incompatibility with new versions of `flutter_svg`
#239 opened by pedrox-hs - 3
Mock with default stub implementation feature
#233 opened by dfdgsdfg - 6
Confusing failure with nested mocks
#204 opened by eseidel - 0
`verify` verifies against wrong class when a second mock is called within the same `verify` call
#179 opened by Clavum - 1
Unit Test type 'Null' is not a subtype of type 'Future<ApiResponse<TokenModel, TokenErrors>>'
#189 opened by TheGlorySaint - 3
verifyInOrder AND verify count
#194 opened by KyleFin - 2
- 4
- 2
mocktail could offer string diffs on call failures?
#208 opened by eseidel - 0
Should when() calls have a better error message for not having a following thenAnswer/thenReturn call?
#213 opened by knyghtryda - 2
[Question] Verify constructor
#216 opened by fernando-s97 - 1
mocktail_image_network: HTTP request failed, statusCode: 400 under certain conditions
#236 opened by andrewpmoore - 1
Used on a non-mocktail object
#235 opened by gummz - 1
Mock or skip void method and global method
#231 opened by Ram-CGPL - 3
captureAny list order differs in release mode
#229 opened by brianneal-wf - 1
How to Mock a State?
#223 opened by jassirr - 1
Repository.updateItem() Function Throws Null Subtype Exception in Bloc Test Event
#225 opened by dipu0 - 1
How to Mock multiple calls?
#221 opened by WillACosta - 4
- 5
Not compatible with freezed 2.4.2
#207 opened by rxseb - 2
Calling `when` consecutively doesn't stub mocks
#206 opened by pongloongyeat - 3
Incompatible with Flutter 3.10
#197 opened by boldt - 4
State of 'mocktail'
#202 opened by wujek-srujek - 4
Mocktail does not match function calls correctly when used with Riverpod and AsyncValue
#200 opened by ykaito21 - 1
How mock a final class
#196 opened by lsaudon - 3
- 2
- 3
Mock cubit that is required in bloc
#193 opened by macik1423 - 2
Unexpected verify `callCount`
#190 opened by ming-chu - 3
Less verbose Mock declarations
#185 opened by alestiago - 5
Incompatible with dart_metrics_code
#188 opened by LucasMatheusDev - 4
Dependencies causing issues DCM action
#187 opened by GroovinChip - 1
`verify` function rest verified calls
#176 opened by yehorh - 6
- 11
Mocked riverpod '*Notifier' has no instance method '_setElement' on Flutter 3.7.0 (Dart 2.19.0)
#181 opened by kmcgill88 - 2
Can't use any() to verify StackTrace
#174 opened by tijanirf - 1
Cant use mocktail ^0.3.0 with freezed ^2.3.2
#177 opened by jtdLab - 1
Incompatible issue
#175 opened by mdikcinar - 3
Incompatible with freezed >=2.2.1
#173 opened by timcreatedit - 7
when Throws Exceptions Under the Hood
#172 opened by MelbourneDeveloper