IntegrationStep<Example extends IntegrationExample?> class
abstract
Used to represents a step inside a IntegrationScenario.
Constructors
-
IntegrationStep({required String description, required IntegrationStepCallback<
Example> step})
Properties
- 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
-
test(
{required WidgetTester tester, required IntegrationLog log, required IntegrationBox box, required IntegrationMocks mocks, Example? example, IntegrationTestWidgetsFlutterBinding? binding}) → FutureOr< void> - Runs all code defined in a specific IntegrationStep.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited