@API(status=STABLE) public interface Ko extends LambdaGlue
To execute steps in a feature file the steps must be connected to executable code. This can be done by implementing this interface.
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.
DEFAULT_AFTER_ORDER, DEFAULT_BEFORE_ORDER, EMPTY_TAG_EXPRESSION
Modifier and Type | Method and Description |
---|---|
default void |
그러면(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
그러면(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
그러면(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
그러면(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
그러면(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
그러면(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
그러면(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
그러면(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
그리고(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
그리고(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
그리고(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
그리고(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
그리고(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
그리고(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
그리고(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
그리고(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
단(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
단(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
단(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
단(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
단(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
단(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
단(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
단(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
만약(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
만약(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
만약(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
만약(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
만약(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
만약(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
만약(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
만약(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
만일(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
만일(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
만일(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
만일(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
만일(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
만일(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
만일(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
만일(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
먼저(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
먼저(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
먼저(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
먼저(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
먼저(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
먼저(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
먼저(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
먼저(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
조건(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
조건(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
조건(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
조건(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
조건(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
조건(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
조건(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
조건(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
default void |
하지만(String expression,
StepDefinitionBody.A0 body)
Creates a new step definition.
|
default <T1> void |
하지만(String expression,
StepDefinitionBody.A1<T1> body)
Creates a new step definition.
|
default <T1,T2> void |
하지만(String expression,
StepDefinitionBody.A2<T1,T2> body)
Creates a new step definition.
|
default <T1,T2,T3> void |
하지만(String expression,
StepDefinitionBody.A3<T1,T2,T3> body)
Creates a new step definition.
|
default <T1,T2,T3,T4> |
하지만(String expression,
StepDefinitionBody.A4<T1,T2,T3,T4> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5> |
하지만(String expression,
StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6> |
하지만(String expression,
StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Creates a new step definition.
|
default <T1,T2,T3,T4,T5,T6,T7> |
하지만(String expression,
StepDefinitionBody.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,
StepDefinitionBody.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,
StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Creates a new step definition.
|
After, After, After, After, After, After, After, After, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, AfterStep, Before, Before, Before, Before, Before, Before, Before, Before, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, BeforeStep, DataTableType, DataTableType, DataTableType, DataTableType, DefaultDataTableCellTransformer, DefaultDataTableEntryTransformer, DefaultParameterTransformer, DocStringType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType
default void 그러면(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 그러면(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 그러면(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 그러면(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 그러면(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 그러면(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 그러면(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 그러면(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 그러면(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 그러면(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 그리고(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 그리고(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 그리고(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 그리고(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 그리고(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 그리고(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 그리고(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 그리고(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 그리고(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 그리고(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 단(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 단(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 단(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 단(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 단(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 단(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 단(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 단(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 단(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 단(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 만약(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 만약(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 만약(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 만약(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 만약(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 만약(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 만약(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 만약(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 만약(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 만약(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 만일(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 만일(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 만일(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 만일(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 만일(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 만일(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 만일(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 만일(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 만일(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 만일(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 먼저(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 먼저(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 먼저(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 먼저(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 먼저(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 먼저(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 먼저(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 먼저(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 먼저(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 먼저(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 조건(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 조건(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 조건(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 조건(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 조건(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 조건(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 조건(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 조건(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 조건(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 조건(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersdefault void 하지만(String expression, StepDefinitionBody.A0 body)
expression
- the cucumber expressionbody
- a lambda expression with no parametersdefault <T1> void 하지만(String expression, StepDefinitionBody.A1<T1> body)
T1
- type of argument 1expression
- the cucumber expressionbody
- a lambda expression with 1 parametersdefault <T1,T2> void 하지만(String expression, StepDefinitionBody.A2<T1,T2> body)
T1
- type of argument 1T2
- type of argument 2expression
- the cucumber expressionbody
- a lambda expression with 2 parametersdefault <T1,T2,T3> void 하지만(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3expression
- the cucumber expressionbody
- a lambda expression with 3 parametersdefault <T1,T2,T3,T4> void 하지만(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4expression
- the cucumber expressionbody
- a lambda expression with 4 parametersdefault <T1,T2,T3,T4,T5> void 하지만(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5expression
- the cucumber expressionbody
- a lambda expression with 5 parametersdefault <T1,T2,T3,T4,T5,T6> void 하지만(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6expression
- the cucumber expressionbody
- a lambda expression with 6 parametersdefault <T1,T2,T3,T4,T5,T6,T7> void 하지만(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7expression
- the cucumber expressionbody
- a lambda expression with 7 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8> void 하지만(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8expression
- the cucumber expressionbody
- a lambda expression with 8 parametersdefault <T1,T2,T3,T4,T5,T6,T7,T8,T9> void 하지만(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6T7
- type of argument 7T8
- type of argument 8T9
- type of argument 9expression
- the cucumber expressionbody
- a lambda expression with 9 parametersCopyright © 2019. All rights reserved.