public interface Ja
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 |
かつ(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 |
しかし(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 |
ただし(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 |
ならば(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 |
もし(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 |
但し(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 |
前提(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.
|
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 かつ(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 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 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 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 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 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 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 © 2018. All rights reserved.