public interface En_old
extends cucumber.runtime.java8.LambdaGlueBase
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 |
Ac(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ac(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ac(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ac(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ac(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ac(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ac(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ac(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ac(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ac(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ac(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ac(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ac(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ac(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ac(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ða(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ða(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ða(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ða(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ða(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ða(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ða(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ða(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ða(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ða(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ða(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ða(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ða(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ða(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ða(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ðaðe(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ðaðe(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ðaðe(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ðaðe(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ðaðe(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ðaðe(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ðaðe(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ðaðe(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ðaðe(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ðaðe(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ðaðe(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ðurh(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ðurh(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ðurh(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ðurh(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ðurh(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ðurh(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ðurh(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ðurh(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ðurh(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ðurh(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ðurh(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ond(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ond(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ond(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ond(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ond(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ond(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ond(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ond(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ond(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ond(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ond(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ond(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ond(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Ond(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Ond(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Tha(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þa(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Tha(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þa(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Tha(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þa(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Tha(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þa(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Tha(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þa(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Tha(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þa(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Tha(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þa(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Tha(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þa(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Tha(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þa(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Tha(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þa(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Tha(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þa(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Tha(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þa(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Tha(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þa(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Tha(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þa(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Tha(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þa(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Thathe(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þaþe(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Thathe(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þaþe(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Thathe(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þaþe(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Thathe(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þaþe(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Thathe(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þaþe(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Thathe(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þaþe(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Thathe(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þaþe(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Thathe(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þaþe(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Thathe(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þaþe(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Thathe(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þaþe(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Thathe(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þaþe(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Thurh(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þurh(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Thurh(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default void |
Þurh(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Thurh(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1> void |
Þurh(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Thurh(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2> void |
Þurh(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Thurh(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þurh(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Thurh(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þurh(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Thurh(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þurh(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Thurh(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þurh(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Thurh(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þurh(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Thurh(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þurh(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Thurh(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þurh(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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 Ac(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ac(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Ac(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ac(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Ac(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ac(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Ac(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ac(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Ac(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ac(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Ac(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Ac(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Ac(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Ac(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ac(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ac(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ac(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ac(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ac(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ac(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Ond(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ond(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Ond(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ond(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Ond(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ond(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Ond(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ond(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Ond(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ond(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Ond(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Ond(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Ond(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Ond(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ond(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ond(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ond(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ond(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ond(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ond(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Tha(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Tha(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Tha(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Tha(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Tha(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Tha(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Tha(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Tha(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Tha(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Tha(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Tha(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Tha(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Tha(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Tha(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Tha(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Tha(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Tha(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Tha(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Tha(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Tha(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Thathe(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Thathe(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Thathe(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Thathe(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Thathe(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Thathe(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Thathe(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Thathe(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Thathe(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Thathe(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Thathe(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Thathe(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Thathe(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Thathe(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Thathe(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Thathe(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Thathe(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Thathe(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Thathe(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Thathe(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Thurh(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Thurh(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Thurh(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Thurh(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Thurh(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Thurh(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Thurh(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Thurh(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Thurh(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Thurh(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Thurh(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Thurh(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Thurh(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Thurh(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Thurh(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Thurh(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Thurh(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Thurh(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Thurh(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Thurh(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Ða(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ða(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Ða(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ða(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Ða(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ða(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Ða(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ða(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Ða(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ða(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Ða(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Ða(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Ða(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Ða(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ða(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ða(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ða(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ða(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ða(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ða(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Ðaðe(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ðaðe(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Ðaðe(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Ðaðe(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Ðaðe(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Ðaðe(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Ðaðe(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Ðaðe(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ðaðe(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ðaðe(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ðaðe(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ðaðe(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Ðurh(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ðurh(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Ðurh(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ðurh(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Ðurh(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ðurh(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Ðurh(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ðurh(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Ðurh(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ðurh(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Ðurh(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Ðurh(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Ðurh(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Ðurh(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ðurh(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Ðurh(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ðurh(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Ðurh(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ðurh(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ðurh(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Þa(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Þa(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Þa(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Þa(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Þa(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Þa(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Þa(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Þa(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Þa(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Þa(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Þa(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Þa(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Þa(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Þa(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þa(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þa(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þa(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þa(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þa(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þa(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Þaþe(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Þaþe(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Þaþe(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Þaþe(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Þaþe(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Þaþe(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Þaþe(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Þaþe(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Þaþe(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Þaþe(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Þaþe(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Þaþe(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Þaþe(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Þaþe(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þaþe(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þaþe(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þaþe(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þaþe(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þaþe(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þaþe(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersdefault void Þurh(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Þurh(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Þurh(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Þurh(String expression, long timeoutMillis, StepdefBody.A1<T1> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 1 parametersdefault <T1,T2> void Þurh(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Þurh(String expression, long timeoutMillis, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 2 parametersdefault <T1,T2,T3> void Þurh(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Þurh(String expression, long timeoutMillis, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void Þurh(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Þurh(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void Þurh(String expression, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5> void Þurh(String expression, long timeoutMillis, StepdefBody.A5<T1,T2,T3,T4,T5> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void Þurh(String expression, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6> void Þurh(String expression, long timeoutMillis, StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þurh(String expression, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void Þurh(String expression, long timeoutMillis, StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þurh(String expression, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void Þurh(String expression, long timeoutMillis, StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þurh(String expression, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Þurh(String expression, long timeoutMillis, StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with 9 parametersCopyright © 2018. All rights reserved.