Tt
instead.@Deprecated public interface Tt 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.
|
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 parametersCopyright © 2019. All rights reserved.