TestRun$Typings extension

on

Properties

appendOutput ↔ void Function(String, [Location?, TestItem?])

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
end ↔ void Function()

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
enqueued ↔ void Function(TestItem)

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
errored ↔ void Function(TestItem, Object, [num?])

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
failed ↔ void Function(TestItem, Object, [num?])

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
isPersisted bool

Available on TestRun, provided by the TestRun$Typings extension

Whether the test run will be persisted across reloads by the editor.
no setter
name String?

Available on TestRun, provided by the TestRun$Typings extension

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?])

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
skipped ↔ void Function(TestItem)

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
started ↔ void Function(TestItem)

Available on TestRun, provided by the TestRun$Typings extension

getter/setter pair
token CancellationToken

Available on TestRun, provided by the TestRun$Typings extension

A cancellation token which will be triggered when the test run is canceled from the UI.
no setter