TestContext$Typings extension

on

Properties

name String
The current test name.
getter/setter pair
origin String
The string URL of the current test.
getter/setter pair
parent TestContext?
If the current test is a step of another test, the parent test context will be set here.
getter/setter pair
step → ({Future<bool> Function(TestStepDefinition definition) $1, Future<bool> Function(FutureOr<void> fn(TestContext)) $2, Future<bool> Function(String name, FutureOr<void> fn(TestContext)) $3})
Overload accessor: $1, $2, $3
no setter