public interface En_lol
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 |
AN(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
AN(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
AN(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
AN(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
AN(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
AN(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
AN(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> |
AN(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> |
AN(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> |
AN(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
AN(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
AN(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
AN(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
AN(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
AN(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
AN(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
AN(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
AN(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> |
AN(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> |
AN(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
BUT(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
BUT(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
BUT(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
BUT(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
BUT(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
BUT(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
BUT(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> |
BUT(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> |
BUT(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> |
BUT(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
BUT(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
BUT(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
BUT(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
BUT(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
BUT(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
BUT(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
BUT(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
BUT(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> |
BUT(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> |
BUT(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
DEN(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
DEN(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
DEN(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
DEN(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
DEN(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
DEN(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
DEN(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> |
DEN(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> |
DEN(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> |
DEN(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
DEN(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
DEN(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
DEN(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
DEN(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
DEN(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
DEN(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
DEN(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
DEN(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> |
DEN(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> |
DEN(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ICANHAZ(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> |
ICANHAZ(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> |
ICANHAZ(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> |
ICANHAZ(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
ICANHAZ(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
ICANHAZ(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
ICANHAZ(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
ICANHAZ(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
ICANHAZ(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
ICANHAZ(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
ICANHAZ(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
ICANHAZ(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> |
ICANHAZ(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> |
ICANHAZ(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
WEN(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
WEN(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
WEN(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
WEN(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
WEN(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
WEN(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
WEN(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> |
WEN(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> |
WEN(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> |
WEN(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
WEN(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
WEN(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
WEN(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
WEN(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
WEN(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
WEN(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
WEN(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
WEN(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> |
WEN(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> |
WEN(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 AN(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void AN(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 AN(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void AN(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 AN(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void AN(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 AN(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void AN(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 AN(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 AN(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 BUT(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void BUT(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 BUT(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void BUT(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 BUT(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void BUT(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 BUT(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void BUT(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 BUT(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 BUT(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 DEN(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void DEN(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 DEN(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void DEN(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 DEN(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void DEN(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 DEN(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void DEN(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 DEN(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 DEN(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 ICANHAZ(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void ICANHAZ(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 ICANHAZ(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void ICANHAZ(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 ICANHAZ(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void ICANHAZ(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 ICANHAZ(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void ICANHAZ(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 ICANHAZ(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 ICANHAZ(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 WEN(String expression, StepdefBody.A0 body)
expression - the cucumber expressionbody - a lambda expression with no parametersdefault void WEN(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 WEN(String expression, StepdefBody.A1<T1> body)
expression - the cucumber expressionbody - a lambda expression with 1 parametersdefault <T1> void WEN(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 WEN(String expression, StepdefBody.A2<T1,T2> body)
expression - the cucumber expressionbody - a lambda expression with 2 parametersdefault <T1,T2> void WEN(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 WEN(String expression, StepdefBody.A3<T1,T2,T3> body)
expression - the cucumber expressionbody - a lambda expression with 3 parametersdefault <T1,T2,T3> void WEN(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 WEN(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression - the cucumber expressionbody - a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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 WEN(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.