public interface An
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 |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Alavez(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> |
Alavez(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> |
Alavez(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> |
Alavez(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Alavez(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Alavez(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Alavez(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Alavez(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Alavez(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Alavez(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Alavez(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Alavez(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> |
Alavez(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> |
Alavez(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Allora(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Allora(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Allora(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Allora(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Allora(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Allora(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Allora(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> |
Allora(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> |
Allora(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> |
Allora(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Allora(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Allora(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Allora(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Allora(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Allora(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Allora(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Allora(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Allora(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> |
Allora(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> |
Allora(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Antonces(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> |
Antonces(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> |
Antonces(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> |
Antonces(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Antonces(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Antonces(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Antonces(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Antonces(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Antonces(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Antonces(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Antonces(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Antonces(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> |
Antonces(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> |
Antonces(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Cuan(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> |
Cuan(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> |
Cuan(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> |
Cuan(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Cuan(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Cuan(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Cuan(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Cuan(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Cuan(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Cuan(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Cuan(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Cuan(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> |
Cuan(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> |
Cuan(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dada(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dada(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dada(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dada(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dada(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dada(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dada(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> |
Dada(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> |
Dada(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> |
Dada(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dada(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dada(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dada(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dada(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dada(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dada(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dada(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Dada(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> |
Dada(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> |
Dada(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dadas(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> |
Dadas(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> |
Dadas(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> |
Dadas(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dadas(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dadas(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dadas(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dadas(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dadas(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dadas(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dadas(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Dadas(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> |
Dadas(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> |
Dadas(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dau(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dau(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dau(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dau(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dau(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dau(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dau(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> |
Dau(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> |
Dau(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> |
Dau(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Dau(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Dau(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Dau(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Dau(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Dau(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Dau(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Dau(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Dau(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> |
Dau(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> |
Dau(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Daus(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Daus(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Daus(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Daus(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Daus(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Daus(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Daus(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> |
Daus(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> |
Daus(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> |
Daus(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Daus(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Daus(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Daus(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Daus(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Daus(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Daus(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Daus(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Daus(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> |
Daus(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> |
Daus(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
E(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
E(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
E(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
E(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
E(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
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> |
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> |
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> |
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> |
E(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
E(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
E(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
E(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
E(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
E(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
E(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
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> |
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> |
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> |
E(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Pero(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Pero(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Pero(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Pero(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Pero(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Pero(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Pero(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> |
Pero(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> |
Pero(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> |
Pero(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Pero(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Pero(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Pero(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Pero(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Pero(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Pero(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Pero(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Pero(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> |
Pero(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> |
Pero(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Y(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Y(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Y(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Y(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Y(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Y(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Y(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> |
Y(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> |
Y(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> |
Y(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Y(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Y(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Y(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Y(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Y(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Y(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Y(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Y(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> |
Y(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> |
Y(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 Alavez(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Alavez(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 Alavez(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Alavez(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 Alavez(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Alavez(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 Alavez(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Alavez(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 Alavez(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Alavez(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 Allora(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Allora(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 Allora(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Allora(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 Allora(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Allora(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 Allora(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Allora(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 Allora(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Allora(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 Antonces(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Antonces(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 Antonces(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Antonces(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 Antonces(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Antonces(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 Antonces(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Antonces(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 Antonces(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Antonces(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 Cuan(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Cuan(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 Cuan(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Cuan(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 Cuan(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Cuan(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 Cuan(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Cuan(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 Cuan(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Cuan(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 Dada(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Dada(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 Dada(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Dada(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 Dada(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Dada(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 Dada(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Dada(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 Dada(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dada(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 Dadas(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Dadas(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 Dadas(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Dadas(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 Dadas(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Dadas(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 Dadas(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Dadas(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 Dadas(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dadas(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 Dau(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Dau(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 Dau(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Dau(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 Dau(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Dau(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 Dau(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Dau(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 Dau(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Dau(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 Daus(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Daus(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 Daus(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Daus(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 Daus(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Daus(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 Daus(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Daus(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 Daus(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 Daus(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 E(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void 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 E(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void 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 E(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void 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 E(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void 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 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 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 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 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 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 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 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 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 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 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 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 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 Pero(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Pero(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 Pero(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Pero(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 Pero(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Pero(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 Pero(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Pero(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 Pero(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Pero(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 Y(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Y(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 Y(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Y(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 Y(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Y(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 Y(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Y(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 Y(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Y(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 Y(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 Y(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 Y(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 Y(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 Y(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 Y(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 Y(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 Y(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 Y(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 Y(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.