EnsembleTestRunner class
Executes parsed Ensemble YAML test plans against a widget tester.
Constructors
- EnsembleTestRunner({required EnsembleTestHarness harness})
-
Creates a runner backed by
harness.
Properties
- harness → EnsembleTestHarness
-
Harness used to boot and reset the real Ensemble runtime.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runOne(
EnsembleTestCase test, WidgetTester tester, {EnsembleConfig? existingConfig, bool continuation = false}) → Future< EnsembleTestRunOutput> -
Runs a single
test, optionally continuing an existing app session. -
runPlan(
EnsembleTestExecutionPlan plan, WidgetTester tester) → Future< Map< String, EnsembleSingleTestResult> > -
Runs every test in
planand returns results keyed by test id. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited