TestRun$Typings extension
- on
Properties
- appendOutput ↔ void Function(String, [Location?, TestItem?])
-
getter/setter pair
- end ↔ void Function()
-
getter/setter pair
- enqueued ↔ void Function(TestItem)
-
getter/setter pair
- errored ↔ void Function(TestItem, Object, [num?])
-
getter/setter pair
- failed ↔ void Function(TestItem, Object, [num?])
-
getter/setter pair
- isPersisted → bool
-
Whether the test run will be persisted across reloads by the editor.
no setter
- name → String?
-
The human-readable name of the run. This can be used to
disambiguate multiple sets of results in a test run. It is useful if
tests are run across multiple platforms, for example.
no setter
- passed ↔ void Function(TestItem, [num?])
-
getter/setter pair
- skipped ↔ void Function(TestItem)
-
getter/setter pair
- started ↔ void Function(TestItem)
-
getter/setter pair
- token → CancellationToken
-
A cancellation token which will be triggered when the test run is
canceled from the UI.
no setter