menu
ensemble_test_runner package
documentation
mocks/mock_api_provider.dart
MockAPIProvider
callsFor method
callsFor method
dark_mode
light_mode
callsFor
method
List
<
APICallRecord
>
callsFor
(
String
apiName
)
Implementation
List<APICallRecord> callsFor(String apiName) => calls.where((c) => c.name == apiName).toList();
ensemble_test_runner package
documentation
mocks/mock_api_provider
MockAPIProvider
callsFor method
MockAPIProvider class