Package io.cucumber.java8
Interface Mn
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Mn extends LambdaGlue
Mongolian - монгол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.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
-
Харин
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
-
-