Package io.cucumber.java8
Interface Ga
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Ga extends LambdaGlue
Irish - GaeilgeTo execute steps in a feature file the steps must be connected to executable code. This can be done by implementing this interface.
The parameters extracted from the step by the expression along with the data table or doc string argument are provided as arguments to the lambda expression.
The types of the parameters are determined by the cucumber or regular expression.
The type of the data table or doc string argument is determined by the argument name value. When none is provided cucumber will attempt to transform the data table or doc string to the the type of last argument.
-
-
Field Summary
-
Fields inherited from interface io.cucumber.java8.LambdaGlue
DEFAULT_AFTER_ORDER, DEFAULT_BEFORE_ORDER, EMPTY_TAG_EXPRESSION, NO_REPLACEMENT
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
Ach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Ach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidAch(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidAch(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidAch(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidAch(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidAch(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidAch(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidAch(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidAch(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Agus(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Agus(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidAgus(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidAgus(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidAgus(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidAgus(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidAgus(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidAgus(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidAgus(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidAgus(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Ansin(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Ansin(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidAnsin(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidAnsin(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidAnsin(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidAnsin(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidAnsin(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidAnsin(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidAnsin(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidAnsin(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Cuirigcásgo(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Cuirigcásgo(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidCuirigcásgo(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidCuirigcásgo(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidCuirigcásgo(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidCuirigcásgo(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidCuirigcásgo(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidCuirigcásgo(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidCuirigcásgo(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidCuirigcásgo(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Cuirigcásgur(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Cuirigcásgur(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidCuirigcásgur(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidCuirigcásgur(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidCuirigcásgur(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidCuirigcásgur(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidCuirigcásgur(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidCuirigcásgur(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidCuirigcásgur(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidCuirigcásgur(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Cuirigcásnach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Cuirigcásnach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidCuirigcásnach(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidCuirigcásnach(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidCuirigcásnach(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidCuirigcásnach(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidCuirigcásnach(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidCuirigcásnach(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidCuirigcásnach(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidCuirigcásnach(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Cuirigcásnár(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Cuirigcásnár(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidCuirigcásnár(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidCuirigcásnár(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidCuirigcásnár(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidCuirigcásnár(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidCuirigcásnár(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidCuirigcásnár(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidCuirigcásnár(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidCuirigcásnár(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Nuaira(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Nuaira(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidNuaira(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidNuaira(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidNuaira(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidNuaira(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidNuaira(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidNuaira(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidNuaira(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidNuaira(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Nuairba(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Nuairba(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidNuairba(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidNuairba(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidNuairba(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidNuairba(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidNuairba(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidNuairba(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidNuairba(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidNuairba(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Nuairnach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Nuairnach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidNuairnach(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidNuairnach(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidNuairnach(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidNuairnach(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidNuairnach(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidNuairnach(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidNuairnach(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidNuairnach(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.default void
Nuairnár(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.default <T1> void
Nuairnár(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.default <T1,T2>
voidNuairnár(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.default <T1,T2,T3>
voidNuairnár(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.default <T1,T2,T3,T4>
voidNuairnár(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.default <T1,T2,T3,T4,T5>
voidNuairnár(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidNuairnár(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidNuairnár(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidNuairnár(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidNuairnár(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.-
Methods inherited from interface io.cucumber.java8.LambdaGlue
After, After, After, After, After, After, After, After, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, Before, Before, Before, Before, Before, Before, Before, Before, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, DataTableType, DataTableType, DataTableType, DataTableType, DataTableType, DataTableType, DataTableType, DataTableType, DefaultDataTableCellTransformer, DefaultDataTableCellTransformer, DefaultDataTableEntryTransformer, DefaultDataTableEntryTransformer, DefaultParameterTransformer, DocStringType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType
-
-
-
-
Method Detail
-
Ach
default void Ach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Ach
default <T1> void Ach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Ach
default <T1,T2> void Ach(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Ach
default <T1,T2,T3> void Ach(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Ach
default <T1,T2,T3,T4> void Ach(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Ach
default <T1,T2,T3,T4,T5> void Ach(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Ach
default <T1,T2,T3,T4,T5,T6> void Ach(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Ach
default <T1,T2,T3,T4,T5,T6,T7> void Ach(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Ach
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ach(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Ach
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ach(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Agus
default void Agus(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Agus
default <T1> void Agus(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Agus
default <T1,T2> void Agus(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Agus
default <T1,T2,T3> void Agus(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Agus
default <T1,T2,T3,T4> void Agus(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Agus
default <T1,T2,T3,T4,T5> void Agus(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Agus
default <T1,T2,T3,T4,T5,T6> void Agus(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Agus
default <T1,T2,T3,T4,T5,T6,T7> void Agus(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Agus
default <T1,T2,T3,T4,T5,T6,T7,T8> void Agus(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Agus
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Agus(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Ansin
default void Ansin(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Ansin
default <T1> void Ansin(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Ansin
default <T1,T2> void Ansin(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Ansin
default <T1,T2,T3> void Ansin(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Ansin
default <T1,T2,T3,T4> void Ansin(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Ansin
default <T1,T2,T3,T4,T5> void Ansin(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Ansin
default <T1,T2,T3,T4,T5,T6> void Ansin(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Ansin
default <T1,T2,T3,T4,T5,T6,T7> void Ansin(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Ansin
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ansin(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Ansin
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ansin(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Cuirigcásgo
default void Cuirigcásgo(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Cuirigcásgo
default <T1> void Cuirigcásgo(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Cuirigcásgo
default <T1,T2> void Cuirigcásgo(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Cuirigcásgo
default <T1,T2,T3> void Cuirigcásgo(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4> void Cuirigcásgo(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4,T5> void Cuirigcásgo(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4,T5,T6> void Cuirigcásgo(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4,T5,T6,T7> void Cuirigcásgo(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4,T5,T6,T7,T8> void Cuirigcásgo(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Cuirigcásgo
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Cuirigcásgo(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Cuirigcásgur
default void Cuirigcásgur(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Cuirigcásgur
default <T1> void Cuirigcásgur(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Cuirigcásgur
default <T1,T2> void Cuirigcásgur(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Cuirigcásgur
default <T1,T2,T3> void Cuirigcásgur(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4> void Cuirigcásgur(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4,T5> void Cuirigcásgur(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4,T5,T6> void Cuirigcásgur(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4,T5,T6,T7> void Cuirigcásgur(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4,T5,T6,T7,T8> void Cuirigcásgur(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Cuirigcásgur
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Cuirigcásgur(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Cuirigcásnach
default void Cuirigcásnach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Cuirigcásnach
default <T1> void Cuirigcásnach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Cuirigcásnach
default <T1,T2> void Cuirigcásnach(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Cuirigcásnach
default <T1,T2,T3> void Cuirigcásnach(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4> void Cuirigcásnach(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4,T5> void Cuirigcásnach(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4,T5,T6> void Cuirigcásnach(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4,T5,T6,T7> void Cuirigcásnach(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4,T5,T6,T7,T8> void Cuirigcásnach(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Cuirigcásnach
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Cuirigcásnach(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Cuirigcásnár
default void Cuirigcásnár(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Cuirigcásnár
default <T1> void Cuirigcásnár(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Cuirigcásnár
default <T1,T2> void Cuirigcásnár(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Cuirigcásnár
default <T1,T2,T3> void Cuirigcásnár(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4> void Cuirigcásnár(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4,T5> void Cuirigcásnár(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4,T5,T6> void Cuirigcásnár(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4,T5,T6,T7> void Cuirigcásnár(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4,T5,T6,T7,T8> void Cuirigcásnár(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Cuirigcásnár
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Cuirigcásnár(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Nuaira
default void Nuaira(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Nuaira
default <T1> void Nuaira(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Nuaira
default <T1,T2> void Nuaira(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Nuaira
default <T1,T2,T3> void Nuaira(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Nuaira
default <T1,T2,T3,T4> void Nuaira(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Nuaira
default <T1,T2,T3,T4,T5> void Nuaira(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Nuaira
default <T1,T2,T3,T4,T5,T6> void Nuaira(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Nuaira
default <T1,T2,T3,T4,T5,T6,T7> void Nuaira(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Nuaira
default <T1,T2,T3,T4,T5,T6,T7,T8> void Nuaira(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Nuaira
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Nuaira(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Nuairba
default void Nuairba(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Nuairba
default <T1> void Nuairba(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Nuairba
default <T1,T2> void Nuairba(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Nuairba
default <T1,T2,T3> void Nuairba(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Nuairba
default <T1,T2,T3,T4> void Nuairba(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Nuairba
default <T1,T2,T3,T4,T5> void Nuairba(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Nuairba
default <T1,T2,T3,T4,T5,T6> void Nuairba(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Nuairba
default <T1,T2,T3,T4,T5,T6,T7> void Nuairba(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Nuairba
default <T1,T2,T3,T4,T5,T6,T7,T8> void Nuairba(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Nuairba
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Nuairba(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Nuairnach
default void Nuairnach(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Nuairnach
default <T1> void Nuairnach(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Nuairnach
default <T1,T2> void Nuairnach(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Nuairnach
default <T1,T2,T3> void Nuairnach(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Nuairnach
default <T1,T2,T3,T4> void Nuairnach(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Nuairnach
default <T1,T2,T3,T4,T5> void Nuairnach(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Nuairnach
default <T1,T2,T3,T4,T5,T6> void Nuairnach(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Nuairnach
default <T1,T2,T3,T4,T5,T6,T7> void Nuairnach(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Nuairnach
default <T1,T2,T3,T4,T5,T6,T7,T8> void Nuairnach(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Nuairnach
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Nuairnach(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
Nuairnár
default void Nuairnár(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
Nuairnár
default <T1> void Nuairnár(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
Nuairnár
default <T1,T2> void Nuairnár(String expression, StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
Nuairnár
default <T1,T2,T3> void Nuairnár(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
Nuairnár
default <T1,T2,T3,T4> void Nuairnár(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
Nuairnár
default <T1,T2,T3,T4,T5> void Nuairnár(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
Nuairnár
default <T1,T2,T3,T4,T5,T6> void Nuairnár(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
Nuairnár
default <T1,T2,T3,T4,T5,T6,T7> void Nuairnár(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
Nuairnár
default <T1,T2,T3,T4,T5,T6,T7,T8> void Nuairnár(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
Nuairnár
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Nuairnár(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
-