public interface Zh_tw
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.
|
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, BeforeStepdefault 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 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 © 2019. All rights reserved.