Package io.cucumber.java8
Interface An
- All Superinterfaces:
LambdaGlue
Aragonese - Aragonés
To 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 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
Modifier and TypeMethodDescriptiondefault voidAlavez(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidAlavez(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Alavez(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Alavez(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidAlavez(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidAlavez(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidAlavez(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidAlavez(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>
voidAlavez(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>
voidAlavez(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidAllora(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidAllora(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Allora(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Allora(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidAllora(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidAllora(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidAllora(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidAllora(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>
voidAllora(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>
voidAllora(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidAntonces(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidAntonces(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Antonces(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Antonces(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidAntonces(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidAntonces(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidAntonces(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidAntonces(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>
voidAntonces(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>
voidAntonces(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidCuan(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidCuan(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Cuan(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Cuan(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidCuan(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidCuan(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidCuan(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidCuan(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>
voidCuan(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>
voidCuan(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidDada(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidDada(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Dada(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Dada(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidDada(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidDada(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidDada(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidDada(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>
voidDada(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>
voidDada(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidDadas(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidDadas(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Dadas(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Dadas(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidDadas(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidDadas(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidDadas(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidDadas(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>
voidDadas(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>
voidDadas(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidDau(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidDau(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Dau(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Dau(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidDau(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidDau(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidDau(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidDau(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>
voidDau(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>
voidDau(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidDaus(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidDaus(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Daus(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Daus(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidDaus(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidDaus(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidDaus(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidDaus(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>
voidDaus(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>
voidDaus(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidE(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidE(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void E(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void E(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidE(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidE(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidE(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidE(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>
voidE(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>
voidE(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidPero(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidPero(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Pero(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Pero(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidPero(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidPero(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidPero(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidPero(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>
voidPero(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>
voidPero(String expression, StepDefinitionBody.A9<T1, T2, T3, T4, T5, T6, T7, T8, T9> body) Creates a new step definition.default voidY(String expression, StepDefinitionBody.A0 body) Creates a new step definition.default <T1> voidY(String expression, StepDefinitionBody.A1<T1> body) Creates a new step definition.default <T1,T2> void Y(String expression, StepDefinitionBody.A2<T1, T2> body) Creates a new step definition.default <T1,T2, T3> void Y(String expression, StepDefinitionBody.A3<T1, T2, T3> body) Creates a new step definition.default <T1,T2, T3, T4>
voidY(String expression, StepDefinitionBody.A4<T1, T2, T3, T4> body) Creates a new step definition.default <T1,T2, T3, T4, T5>
voidY(String expression, StepDefinitionBody.A5<T1, T2, T3, T4, T5> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6>
voidY(String expression, StepDefinitionBody.A6<T1, T2, T3, T4, T5, T6> body) Creates a new step definition.default <T1,T2, T3, T4, T5, T6, T7>
voidY(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>
voidY(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>
voidY(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 Details
-
Alavez
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Alavez
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Alavez
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
-
Alavez
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
-
Alavez
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
-
Alavez
default <T1,T2, void AlavezT3, T4, T5> (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
-
Alavez
default <T1,T2, void AlavezT3, T4, T5, T6> (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
-
Alavez
default <T1,T2, void AlavezT3, T4, T5, T6, T7> (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
-
Alavez
default <T1,T2, void AlavezT3, T4, T5, T6, T7, T8> (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
-
Alavez
default <T1,T2, void AlavezT3, T4, T5, T6, T7, T8, T9> (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
-
Allora
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Allora
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Allora
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
-
Allora
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
-
Allora
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
-
Allora
default <T1,T2, void AlloraT3, T4, T5> (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
-
Allora
default <T1,T2, void AlloraT3, T4, T5, T6> (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
-
Allora
default <T1,T2, void AlloraT3, T4, T5, T6, T7> (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
-
Allora
default <T1,T2, void AlloraT3, T4, T5, T6, T7, T8> (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
-
Allora
default <T1,T2, void AlloraT3, T4, T5, T6, T7, T8, T9> (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
-
Antonces
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Antonces
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Antonces
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
-
Antonces
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
-
Antonces
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
-
Antonces
default <T1,T2, void AntoncesT3, T4, T5> (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
-
Antonces
default <T1,T2, void AntoncesT3, T4, T5, T6> (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
-
Antonces
default <T1,T2, void AntoncesT3, T4, T5, T6, T7> (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
-
Antonces
default <T1,T2, void AntoncesT3, T4, T5, T6, T7, T8> (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
-
Antonces
default <T1,T2, void AntoncesT3, T4, T5, T6, T7, T8, T9> (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
-
Cuan
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Cuan
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Cuan
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
-
Cuan
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
-
Cuan
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
-
Cuan
default <T1,T2, void CuanT3, T4, T5> (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
-
Cuan
default <T1,T2, void CuanT3, T4, T5, T6> (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
-
Cuan
default <T1,T2, void CuanT3, T4, T5, T6, T7> (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
-
Cuan
default <T1,T2, void CuanT3, T4, T5, T6, T7, T8> (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
-
Cuan
default <T1,T2, void CuanT3, T4, T5, T6, T7, T8, T9> (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
-
Dada
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Dada
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Dada
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
-
Dada
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
-
Dada
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
-
Dada
default <T1,T2, void DadaT3, T4, T5> (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
-
Dada
default <T1,T2, void DadaT3, T4, T5, T6> (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
-
Dada
default <T1,T2, void DadaT3, T4, T5, T6, T7> (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
-
Dada
default <T1,T2, void DadaT3, T4, T5, T6, T7, T8> (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
-
Dada
default <T1,T2, void DadaT3, T4, T5, T6, T7, T8, T9> (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
-
Dadas
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Dadas
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Dadas
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
-
Dadas
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
-
Dadas
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
-
Dadas
default <T1,T2, void DadasT3, T4, T5> (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
-
Dadas
default <T1,T2, void DadasT3, T4, T5, T6> (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
-
Dadas
default <T1,T2, void DadasT3, T4, T5, T6, T7> (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
-
Dadas
default <T1,T2, void DadasT3, T4, T5, T6, T7, T8> (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
-
Dadas
default <T1,T2, void DadasT3, T4, T5, T6, T7, T8, T9> (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
-
Dau
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Dau
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Dau
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
-
Dau
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
-
Dau
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
-
Dau
default <T1,T2, void DauT3, T4, T5> (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
-
Dau
default <T1,T2, void DauT3, T4, T5, T6> (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
-
Dau
default <T1,T2, void DauT3, T4, T5, T6, T7> (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
-
Dau
default <T1,T2, void DauT3, T4, T5, T6, T7, T8> (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
-
Dau
default <T1,T2, void DauT3, T4, T5, T6, T7, T8, T9> (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
-
Daus
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Daus
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Daus
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
-
Daus
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
-
Daus
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
-
Daus
default <T1,T2, void DausT3, T4, T5> (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
-
Daus
default <T1,T2, void DausT3, T4, T5, T6> (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
-
Daus
default <T1,T2, void DausT3, T4, T5, T6, T7> (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
-
Daus
default <T1,T2, void DausT3, T4, T5, T6, T7, T8> (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
-
Daus
default <T1,T2, void DausT3, T4, T5, T6, T7, T8, T9> (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
-
E
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
E
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
E
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
-
E
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
-
E
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
-
E
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
-
E
default <T1,T2, void ET3, T4, T5, T6> (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
-
E
default <T1,T2, void ET3, T4, T5, T6, T7> (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
-
E
default <T1,T2, void ET3, T4, T5, T6, T7, T8> (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
-
E
default <T1,T2, void ET3, T4, T5, T6, T7, T8, T9> (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
-
Pero
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Pero
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Pero
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
-
Pero
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
-
Pero
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
-
Pero
default <T1,T2, void PeroT3, T4, T5> (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
-
Pero
default <T1,T2, void PeroT3, T4, T5, T6> (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
-
Pero
default <T1,T2, void PeroT3, T4, T5, T6, T7> (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
-
Pero
default <T1,T2, void PeroT3, T4, T5, T6, T7, T8> (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
-
Pero
default <T1,T2, void PeroT3, T4, T5, T6, T7, T8, T9> (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
-
Y
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Y
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameter
-
Y
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
-
Y
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
-
Y
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
-
Y
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
-
Y
default <T1,T2, void YT3, T4, T5, T6> (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
-
Y
default <T1,T2, void YT3, T4, T5, T6, T7> (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
-
Y
default <T1,T2, void YT3, T4, T5, T6, T7, T8> (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
-
Y
default <T1,T2, void YT3, T4, T5, T6, T7, T8, T9> (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
-