public interface Is
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 |
Ef(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ef(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ef(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ef(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ef(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ef(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ef(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> |
Ef(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> |
Ef(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> |
Ef(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Ef(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Ef(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Ef(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Ef(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Ef(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Ef(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Ef(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Ef(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> |
Ef(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> |
Ef(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
En(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
En(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
En(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
En(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
En(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
En(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
En(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> |
En(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> |
En(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> |
En(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
En(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
En(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
En(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
En(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
En(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
En(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
En(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
En(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> |
En(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> |
En(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Og(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Og(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Og(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Og(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Og(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Og(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Og(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> |
Og(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> |
Og(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> |
Og(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Og(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Og(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Og(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Og(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Og(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Og(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Og(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Og(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> |
Og(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> |
Og(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Þá(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Þá(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Þá(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þá(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þá(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Þá(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Þá(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Þá(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þá(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þá(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þá(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þá(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þá(String expression,
StepdefBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8> |
Þá(String expression,
StepdefBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
Þá(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þegar(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> |
Þegar(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> |
Þegar(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> |
Þegar(String expression,
long timeoutMillis,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
Þegar(String expression,
StepdefBody.A0 body)
Creates a new step definition.
|
default <T1> void |
Þegar(String expression,
StepdefBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
Þegar(String expression,
StepdefBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
Þegar(String expression,
StepdefBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
Þegar(String expression,
StepdefBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
Þegar(String expression,
StepdefBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
Þegar(String expression,
StepdefBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
Þegar(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> |
Þegar(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> |
Þegar(String expression,
StepdefBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
After, After, After, After, After, After, After, After, After, After, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, Before, Before, Before, Before, Before, Before, Before, Before, Before, Before, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep
default void Ef(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Ef(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 Ef(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Ef(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 Ef(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Ef(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 Ef(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Ef(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 Ef(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 Ef(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 En(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void En(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 En(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void En(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 En(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void En(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 En(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void En(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 En(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void En(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 En(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 En(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 En(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 En(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 En(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 En(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 En(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 En(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 En(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 En(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 Og(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Og(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 Og(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Og(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 Og(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Og(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 Og(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Og(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 Og(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Og(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 Þegar(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Þegar(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 Þegar(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Þegar(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 Þegar(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Þegar(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 Þegar(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Þegar(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 Þegar(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þegar(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 Þá(String expression, StepdefBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault void Þá(String expression, long timeoutMillis, StepdefBody.A0 body)
expression
- the cucumber expressiontimeoutMillis
- max amount of milliseconds this is allowed to run for. 0 (default) means no restriction.body
- a lambda expression with no parametersdefault <T1> void Þá(String expression, StepdefBody.A1<T1> body)
expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1> void Þá(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 Þá(String expression, StepdefBody.A2<T1,T2> body)
expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2> void Þá(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 Þá(String expression, StepdefBody.A3<T1,T2,T3> body)
expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3> void Þá(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 Þá(String expression, StepdefBody.A4<T1,T2,T3,T4> body)
expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4> void Þá(String expression, long timeoutMillis, StepdefBody.A4<T1,T2,T3,T4> body)
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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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 Þá(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.