Package io.cucumber.java8
Interface Is
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Is extends LambdaGlue
Icelandic - ÍslenskaTo 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 voidEf(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidEf(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidEf(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidEf(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidEf(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidEf(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidEf(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidEf(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>
voidEf(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>
voidEf(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 voidOg(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidOg(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidOg(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidOg(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidOg(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidOg(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidOg(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidOg(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>
voidOg(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>
voidOg(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidÞá(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidÞá(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidÞá(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidÞá(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidÞá(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidÞá(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidÞá(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidÞá(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>
voidÞá(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>
voidÞá(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidÞegar(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidÞegar(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidÞegar(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidÞegar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidÞegar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidÞegar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidÞegar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidÞegar(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>
voidÞegar(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>
voidÞegar(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
-
Ef
default void Ef(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Ef
default <T1> void Ef(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
-
Ef
default <T1,T2> void Ef(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
-
Ef
default <T1,T2,T3> void Ef(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
-
Ef
default <T1,T2,T3,T4> void Ef(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
-
Ef
default <T1,T2,T3,T4,T5> void Ef(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
-
Ef
default <T1,T2,T3,T4,T5,T6> void Ef(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
-
Ef
default <T1,T2,T3,T4,T5,T6,T7> void Ef(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
-
Ef
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ef(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
-
Ef
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ef(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
-
Og
default void Og(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Og
default <T1> void Og(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
-
Og
default <T1,T2> void Og(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
-
Og
default <T1,T2,T3> void Og(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
-
Og
default <T1,T2,T3,T4> void Og(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
-
Og
default <T1,T2,T3,T4,T5> void Og(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
-
Og
default <T1,T2,T3,T4,T5,T6> void Og(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
-
Og
default <T1,T2,T3,T4,T5,T6,T7> void Og(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
-
Og
default <T1,T2,T3,T4,T5,T6,T7,T8> void Og(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
-
Og
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Og(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
-
Þegar
default void Þegar(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Þegar
default <T1> void Þegar(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
-
Þegar
default <T1,T2> void Þegar(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
-
Þegar
default <T1,T2,T3> void Þegar(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
-
Þegar
default <T1,T2,T3,T4> void Þegar(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
-
Þegar
default <T1,T2,T3,T4,T5> void Þegar(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
-
Þegar
default <T1,T2,T3,T4,T5,T6> void Þegar(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
-
Þegar
default <T1,T2,T3,T4,T5,T6,T7> void Þegar(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
-
Þegar
default <T1,T2,T3,T4,T5,T6,T7,T8> void Þegar(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
-
Þegar
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þegar(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
-
Þá
default void Þá(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Þá
default <T1> void Þá(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
-
Þá
default <T1,T2> void Þá(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
-
Þá
default <T1,T2,T3> void Þá(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
-
Þá
default <T1,T2,T3,T4> void Þá(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
-
Þá
default <T1,T2,T3,T4,T5> void Þá(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
-
Þá
default <T1,T2,T3,T4,T5,T6> void Þá(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
-
Þá
default <T1,T2,T3,T4,T5,T6,T7> void Þá(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
-
Þá
default <T1,T2,T3,T4,T5,T6,T7,T8> void Þá(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
-
Þá
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þá(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
-
-