Mn
instead.@Deprecated public interface Mn extends cucumber.runtime.java8.LambdaGlueBase
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.
Modifier and Type | Method and Description |
---|---|
default void |
Анх(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Анх(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Анх(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Анх(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Анх(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Анх(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Анх(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Анх(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Анх(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Анх(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Анх(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Анх(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Анх(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Анх(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Анх(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Гэхдээ(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Гэхдээ(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Гэхдээ(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Гэхдээ(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Гэхдээ(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Гэхдээ(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Гэхдээ(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Гэхдээ(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Гэхдээ(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Гэхдээ(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Гэхдээ(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Мөн(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Мөн(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Мөн(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Мөн(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Мөн(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Мөн(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Мөн(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Мөн(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Мөн(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Мөн(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Мөн(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Тэгэхэд(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Тэгэхэд(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Тэгэхэд(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Тэгэхэд(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Тэгэхэд(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Тэгэхэд(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Тэгэхэд(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Тэгэхэд(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Тэгэхэд(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Тэгэхэд(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Тэгэхэд(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Тэгээд(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Тэгээд(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Тэгээд(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Тэгээд(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Тэгээд(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Тэгээд(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Тэгээд(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Тэгээд(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Тэгээд(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Тэгээд(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Тэгээд(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Харин(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Харин(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Харин(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Харин(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Харин(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Харин(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Харин(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Харин(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Харин(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Харин(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Харин(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Харин(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Харин(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Харин(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Харин(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Хэрэв(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Хэрэв(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Хэрэв(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Хэрэв(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Хэрэв(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Хэрэв(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Хэрэв(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Хэрэв(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Хэрэв(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Хэрэв(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Хэрэв(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Үүнийдараа(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Үүнийдараа(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Үүнийдараа(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Үүнийдараа(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Үүнийдараа(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Үүнийдараа(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Үүнийдараа(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Үүнийдараа(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Үүнийдараа(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Үүнийдараа(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Үүнийдараа(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Өгөгдсөннь(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
default void |
Өгөгдсөннь(String expression,
StepdefBody.A0 body)
Deprecated.
Creates a new step definition.
|
default <T1> void |
Өгөгдсөннь(String expression,
StepdefBody.A1<T1> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2> void |
Өгөгдсөннь(String expression,
StepdefBody.A2<T1,T2> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3> void |
Өгөгдсөннь(String expression,
StepdefBody.A3<T1,T2,T3> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Өгөгдсөннь(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Өгөгдсөннь(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Өгөгдсөннь(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Өгөгдсөннь(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Өгөгдсөннь(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Өгөгдсөннь(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.
Creates a new step definition.
|
After, After, After, After, After, After, After, After, After, After, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, Before, Before, Before, Before, Before, Before, Before, Before, Before, Before, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep
default void Анх(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Анх(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Анх(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Анх(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Анх(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Анх(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Анх(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Анх(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Анх(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Анх(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Анх(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Анх(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Анх(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Анх(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Анх(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Анх(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Анх(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Анх(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Анх(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Анх(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Гэхдээ(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Гэхдээ(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Гэхдээ(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Гэхдээ(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Гэхдээ(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Гэхдээ(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Гэхдээ(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Гэхдээ(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Гэхдээ(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Гэхдээ(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Гэхдээ(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Мөн(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Мөн(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Мөн(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Мөн(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Мөн(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Мөн(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Мөн(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Мөн(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Мөн(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Мөн(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Мөн(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Мөн(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Мөн(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Мөн(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Мөн(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Мөн(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Мөн(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Мөн(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Мөн(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Мөн(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Тэгэхэд(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Тэгэхэд(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Тэгэхэд(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Тэгэхэд(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Тэгэхэд(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Тэгэхэд(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Тэгэхэд(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Тэгэхэд(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Тэгэхэд(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Тэгэхэд(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Тэгэхэд(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Тэгээд(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Тэгээд(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Тэгээд(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Тэгээд(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Тэгээд(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Тэгээд(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Тэгээд(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Тэгээд(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Тэгээд(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Тэгээд(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Тэгээд(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Тэгээд(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Харин(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Харин(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Харин(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Харин(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Харин(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Харин(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Харин(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Харин(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Харин(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Харин(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Харин(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Харин(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Харин(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Харин(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Харин(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Харин(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Харин(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Харин(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Харин(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Харин(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Хэрэв(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Хэрэв(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Хэрэв(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Хэрэв(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Хэрэв(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Хэрэв(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Хэрэв(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Хэрэв(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Хэрэв(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Хэрэв(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Хэрэв(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Хэрэв(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Үүнийдараа(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Үүнийдараа(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Үүнийдараа(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Үүнийдараа(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Үүнийдараа(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Үүнийдараа(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Үүнийдараа(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Үүнийдараа(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Үүнийдараа(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Үүнийдараа(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Үүнийдараа(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Өгөгдсөннь(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Өгөгдсөннь(String expression, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Өгөгдсөннь(String expression, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Өгөгдсөннь(String expression, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Өгөгдсөннь(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Өгөгдсөннь(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Өгөгдсөннь(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Өгөгдсөннь(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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 7expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Өгөгдсөннь(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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 8expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Өгөгдсөннь(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Өгөгдсөннь(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 9expression
- the cucumber expressiontimeoutMillis
- timeout in milliseconds. 0 (default) means no restriction.body
- a lambda expression with 9 parametersCopyright © 2019. All rights reserved.