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, {EnsembleTestConfig suiteConfig = const EnsembleTestConfig(), EnsembleConfig? existingConfig, AppSessionSnapshot? sessionSnapshot}) Future<EnsembleTestRunOutput>
Runs a single test, optionally continuing an existing app session.
runPlan(EnsembleTestExecutionPlan plan, WidgetTester tester, {EnsembleTestProgressListener? onTestComplete}) Future<EnsembleTestPlanRunResult>
Runs every test in plan and returns results keyed by test id.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited