IntegrationExample class
Used to define 'Scenario Outline' examples.
- Available extensions
Constructors
-
IntegrationExample({List<
Object?> ? values, String? description}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
Object?> -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Get all the non typesafe values.no setter
Methods
-
eightValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the eight value. -
fifthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the fifth value. -
firstValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the first value. -
fourthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the fourth value. -
ninthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the ninth value. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
secondValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the second value. -
seventhValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the seventh value. -
sixthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the sixth value. -
tenthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the tenth value. -
thirdValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the third value. -
toString(
) → String -
A string representation of this object.
override
-
value<
T> ([int index = 0]) → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Gets value atindex
of values.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited