menu
ensemble_test_runner package
documentation
mocks/mock_api_provider.dart
MockAPIProvider
callCount method
callCount method
dark_mode
light_mode
callCount
method
int
callCount
(
String
apiName
)
Implementation
int callCount(String apiName) => calls.where((c) => c.name == apiName).length;
ensemble_test_runner package
documentation
mocks/mock_api_provider
MockAPIProvider
callCount method
MockAPIProvider class