When<Example extends IntegrationExample?> class
Implementation of an IntegrationStep that logs a 'Gherkin' -> 'When' step.
- Inheritance
-
- Object
- IntegrationStep<
Example> - When
Constructors
-
When(String description, 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.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited