public interface Tlh
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 |
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 |
ach(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ach(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ach(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ach(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ach(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ach(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ach(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> |
ach(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> |
ach(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> |
ach(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ach(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ach(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ach(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ach(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ach(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ach(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ach(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ach(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> |
ach(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> |
ach(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
DaHghubejlu(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> |
DaHghubejlu(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> |
DaHghubejlu(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> |
DaHghubejlu(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
DaHghubejlu(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
DaHghubejlu(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
DaHghubejlu(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
DaHghubejlu(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
DaHghubejlu(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
DaHghubejlu(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
DaHghubejlu(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
DaHghubejlu(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> |
DaHghubejlu(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> |
DaHghubejlu(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ej(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ej(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ej(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ej(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ej(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ej(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ej(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> |
ej(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> |
ej(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> |
ej(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ej(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ej(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ej(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ej(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ej(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ej(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ej(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ej(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> |
ej(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> |
ej(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ghunoblu(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> |
ghunoblu(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> |
ghunoblu(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> |
ghunoblu(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ghunoblu(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ghunoblu(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ghunoblu(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ghunoblu(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ghunoblu(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ghunoblu(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ghunoblu(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ghunoblu(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> |
ghunoblu(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> |
ghunoblu(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
latlh(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
latlh(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
latlh(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
latlh(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
latlh(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
latlh(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
latlh(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> |
latlh(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> |
latlh(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> |
latlh(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
latlh(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
latlh(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
latlh(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
latlh(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
latlh(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
latlh(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
latlh(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
latlh(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> |
latlh(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> |
latlh(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
qaSDI(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> |
qaSDI(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> |
qaSDI(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> |
qaSDI(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
qaSDI(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
qaSDI(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
qaSDI(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
qaSDI(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
qaSDI(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
qaSDI(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
qaSDI(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
qaSDI(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> |
qaSDI(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> |
qaSDI(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
vaj(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
vaj(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
vaj(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
vaj(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
vaj(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
vaj(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
vaj(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> |
vaj(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> |
vaj(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> |
vaj(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
vaj(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
vaj(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
vaj(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
vaj(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
vaj(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
vaj(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
vaj(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
vaj(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> |
vaj(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> |
vaj(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, BeforeStepdefault 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 ach(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void ach(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 ach(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void ach(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 ach(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void ach(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 ach(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void ach(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 ach(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ach(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 ej(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void ej(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 ej(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void ej(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 ej(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void ej(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 ej(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void ej(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 ej(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 ej(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 DaHghubejlu(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void DaHghubejlu(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 DaHghubejlu(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void DaHghubejlu(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 DaHghubejlu(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void DaHghubejlu(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 DaHghubejlu(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void DaHghubejlu(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 DaHghubejlu(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 DaHghubejlu(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 ghunoblu(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void ghunoblu(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 ghunoblu(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void ghunoblu(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 ghunoblu(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void ghunoblu(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 ghunoblu(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void ghunoblu(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 ghunoblu(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 ghunoblu(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 latlh(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void latlh(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 latlh(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void latlh(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 latlh(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void latlh(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 latlh(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void latlh(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 latlh(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 latlh(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 qaSDI(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void qaSDI(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 qaSDI(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void qaSDI(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 qaSDI(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void qaSDI(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 qaSDI(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void qaSDI(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 qaSDI(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 qaSDI(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 vaj(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void vaj(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 vaj(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void vaj(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 vaj(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void vaj(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 vaj(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void vaj(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 vaj(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 vaj(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 © 2019. All rights reserved.