results property
getter/setter pair
Test results that will be populated after the tests have completed.
Keys are the test descriptions, and values are either _success
or
a Failure.
Implementation
@visibleForTesting
Map<String, Object> results = <String, Object>{};