menu
monart package
documentation
monart_testing.dart
MockService<Value>
MockService.new constructor
MockService.new constructor
dark_mode
light_mode
MockService<
Value
>
constructor
MockService<
Value
>
(
Result
<
Value
>
_result
)
Creates a mock that always returns the given
Result
on every
call
.
Implementation
MockService(this._result);
monart package
documentation
monart_testing
MockService<Value>
MockService.new constructor
MockService class