testMap property

Map<String, T Function()> testMap
final

Holds the test cases with the test name being the key and the supplier function for the test case being the value.

Implementation

final Map<String, T Function()> testMap;