TestContext$Typings extension
- on
Properties
- name ↔ String
-
Available on TestContext, provided by the TestContext$Typings extension
The current test name.getter/setter pair - origin ↔ String
-
Available on TestContext, provided by the TestContext$Typings extension
The string URL of the current test.getter/setter pair - parent ↔ TestContext?
-
Available on TestContext, provided by the TestContext$Typings extension
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}) -
Available on TestContext, provided by the TestContext$Typings extension
Overload accessor: $1, $2, $3no setter