Package io.cucumber.java8
Interface Nl
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Nl extends LambdaGlue
Dutch - NederlandsTo 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 voidAls(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidAls(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidAls(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidAls(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidAls(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidAls(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidAls(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidAls(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>
voidAls(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>
voidAls(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidDan(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidDan(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidDan(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidDan(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidDan(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidDan(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidDan(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidDan(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>
voidDan(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>
voidDan(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidEn(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidEn(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidEn(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidEn(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidEn(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidEn(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidEn(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidEn(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>
voidEn(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>
voidEn(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidGegeven(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidGegeven(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidGegeven(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidGegeven(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidGegeven(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidGegeven(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidGegeven(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidGegeven(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>
voidGegeven(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>
voidGegeven(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidMaar(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidMaar(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidMaar(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidMaar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidMaar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidMaar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidMaar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidMaar(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>
voidMaar(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>
voidMaar(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidStel(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidStel(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidStel(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidStel(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidStel(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidStel(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidStel(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidStel(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>
voidStel(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>
voidStel(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidWanneer(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidWanneer(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidWanneer(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidWanneer(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidWanneer(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidWanneer(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidWanneer(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidWanneer(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>
voidWanneer(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>
voidWanneer(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
-
Als
default void Als(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Als
default <T1> void Als(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
-
Als
default <T1,T2> void Als(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
-
Als
default <T1,T2,T3> void Als(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
-
Als
default <T1,T2,T3,T4> void Als(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
-
Als
default <T1,T2,T3,T4,T5> void Als(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
-
Als
default <T1,T2,T3,T4,T5,T6> void Als(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
-
Als
default <T1,T2,T3,T4,T5,T6,T7> void Als(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
-
Als
default <T1,T2,T3,T4,T5,T6,T7,T8> void Als(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
-
Als
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Als(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
-
Dan
default void Dan(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Dan
default <T1> void Dan(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
-
Dan
default <T1,T2> void Dan(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
-
Dan
default <T1,T2,T3> void Dan(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
-
Dan
default <T1,T2,T3,T4> void Dan(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
-
Dan
default <T1,T2,T3,T4,T5> void Dan(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
-
Dan
default <T1,T2,T3,T4,T5,T6> void Dan(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
-
Dan
default <T1,T2,T3,T4,T5,T6,T7> void Dan(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
-
Dan
default <T1,T2,T3,T4,T5,T6,T7,T8> void Dan(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
-
Dan
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Dan(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
-
En
default void En(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
En
default <T1> void En(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
-
En
default <T1,T2> void En(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
-
En
default <T1,T2,T3> void En(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
-
En
default <T1,T2,T3,T4> void En(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
-
En
default <T1,T2,T3,T4,T5> void En(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
-
En
default <T1,T2,T3,T4,T5,T6> void En(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
-
En
default <T1,T2,T3,T4,T5,T6,T7> void En(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
-
En
default <T1,T2,T3,T4,T5,T6,T7,T8> void En(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
-
En
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void En(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
-
Gegeven
default void Gegeven(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Gegeven
default <T1> void Gegeven(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
-
Gegeven
default <T1,T2> void Gegeven(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
-
Gegeven
default <T1,T2,T3> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4,T5> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4,T5,T6> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4,T5,T6,T7> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4,T5,T6,T7,T8> void Gegeven(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
-
Gegeven
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Gegeven(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
-
Maar
default void Maar(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Maar
default <T1> void Maar(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
-
Maar
default <T1,T2> void Maar(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
-
Maar
default <T1,T2,T3> void Maar(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
-
Maar
default <T1,T2,T3,T4> void Maar(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
-
Maar
default <T1,T2,T3,T4,T5> void Maar(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
-
Maar
default <T1,T2,T3,T4,T5,T6> void Maar(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
-
Maar
default <T1,T2,T3,T4,T5,T6,T7> void Maar(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
-
Maar
default <T1,T2,T3,T4,T5,T6,T7,T8> void Maar(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
-
Maar
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Maar(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
-
Stel
default void Stel(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Stel
default <T1> void Stel(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
-
Stel
default <T1,T2> void Stel(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
-
Stel
default <T1,T2,T3> void Stel(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
-
Stel
default <T1,T2,T3,T4> void Stel(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
-
Stel
default <T1,T2,T3,T4,T5> void Stel(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
-
Stel
default <T1,T2,T3,T4,T5,T6> void Stel(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
-
Stel
default <T1,T2,T3,T4,T5,T6,T7> void Stel(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
-
Stel
default <T1,T2,T3,T4,T5,T6,T7,T8> void Stel(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
-
Stel
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Stel(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
-
Wanneer
default void Wanneer(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Wanneer
default <T1> void Wanneer(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
-
Wanneer
default <T1,T2> void Wanneer(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
-
Wanneer
default <T1,T2,T3> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4,T5> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4,T5,T6> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4,T5,T6,T7> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4,T5,T6,T7,T8> void Wanneer(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
-
Wanneer
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Wanneer(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
-
-