Package io.cucumber.java8
Interface Kn
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Kn extends LambdaGlue
Kannada - ಕನ್ನಡ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 the type of last argument.
-
-
Field Summary
-
Fields inherited from interface io.cucumber.java8.LambdaGlue
DEFAULT_AFTER_ORDER, DEFAULT_BEFORE_ORDER, EMPTY_TAG_EXPRESSION, NO_REPLACEMENT
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
ಆದರೆ(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
ನಂತರ(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
ನೀಡಿದ(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
ಮತ್ತು(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
ಸ್ಥಿತಿಯನ್ನು(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.-
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
-
ಆದರೆ
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
-
ನಂತರ
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
-
ನೀಡಿದ
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
-
ಮತ್ತು
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
-
ಸ್ಥಿತಿಯನ್ನು
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
-
-