menu
terminice_core package
documentation
testing.dart
SpyTerminal
wasCalled method
wasCalled method
dark_mode
light_mode
wasCalled
method
bool
wasCalled
(
String
method
)
Check if a method was called.
Implementation
bool wasCalled(String method) => _calls.contains(method);
terminice_core package
documentation
testing
SpyTerminal
wasCalled method
SpyTerminal class