Package io.cucumber.java8
Interface Tl
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) @Deprecated public interface Tl extends LambdaGlue
Deprecated.moved toio.cucumber.java8.Te
Telugu - తెలుగు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.
-
-
Field Summary
-
Fields inherited from interface io.cucumber.java8.LambdaGlue
DEFAULT_AFTER_ORDER, DEFAULT_BEFORE_ORDER, EMPTY_TAG_EXPRESSION, NO_REPLACEMENT
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
అప్పుడు(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.default <T1> void
అప్పుడు(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.default <T1,T2>
voidఅప్పుడు(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.default <T1,T2,T3>
voidఅప్పుడు(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4>
voidఅప్పుడు(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5>
voidఅప్పుడు(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidఅప్పుడు(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidఅప్పుడు(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidఅప్పుడు(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidఅప్పుడు(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.default void
ఈపరిస్థితిలో(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.default <T1> void
ఈపరిస్థితిలో(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.default <T1,T2>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.default <T1,T2,T3>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidఈపరిస్థితిలో(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.default void
కాని(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.default <T1> void
కాని(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.default <T1,T2>
voidకాని(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.default <T1,T2,T3>
voidకాని(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4>
voidకాని(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5>
voidకాని(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidకాని(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidకాని(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidకాని(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidకాని(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.default void
చెప్పబడినది(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.default <T1> void
చెప్పబడినది(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.default <T1,T2>
voidచెప్పబడినది(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.default <T1,T2,T3>
voidచెప్పబడినది(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4>
voidచెప్పబడినది(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5>
voidచెప్పబడినది(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidచెప్పబడినది(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidచెప్పబడినది(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidచెప్పబడినది(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidచెప్పబడినది(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.default void
మరియు(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.default <T1> void
మరియు(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.default <T1,T2>
voidమరియు(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.default <T1,T2,T3>
voidమరియు(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4>
voidమరియు(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5>
voidమరియు(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidమరియు(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidమరియు(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8>
voidమరియు(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7,T8,T9>
voidమరియు(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.-
Methods inherited from interface io.cucumber.java8.LambdaGlue
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, DataTableType, DataTableType, DataTableType, DataTableType, DefaultDataTableCellTransformer, DefaultDataTableCellTransformer, DefaultDataTableEntryTransformer, DefaultDataTableEntryTransformer, DefaultParameterTransformer, DocStringType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType, ParameterType
-
-
-
-
Method Detail
-
అప్పుడు
default void అప్పుడు(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
అప్పుడు
default <T1> void అప్పుడు(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
అప్పుడు
default <T1,T2> void అప్పుడు(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
అప్పుడు
default <T1,T2,T3> void అప్పుడు(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
అప్పుడు
default <T1,T2,T3,T4> void అప్పుడు(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
అప్పుడు
default <T1,T2,T3,T4,T5> void అప్పుడు(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
అప్పుడు
default <T1,T2,T3,T4,T5,T6> void అప్పుడు(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
అప్పుడు
default <T1,T2,T3,T4,T5,T6,T7> void అప్పుడు(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
అప్పుడు
default <T1,T2,T3,T4,T5,T6,T7,T8> void అప్పుడు(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
అప్పుడు
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void అప్పుడు(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
ఈపరిస్థితిలో
default void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
ఈపరిస్థితిలో
default <T1> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
ఈపరిస్థితిలో
default <T1,T2> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4,T5> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4,T5,T6> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4,T5,T6,T7> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4,T5,T6,T7,T8> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
ఈపరిస్థితిలో
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void ఈపరిస్థితిలో(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
కాని
default void కాని(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
కాని
default <T1> void కాని(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
కాని
default <T1,T2> void కాని(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
కాని
default <T1,T2,T3> void కాని(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
కాని
default <T1,T2,T3,T4> void కాని(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
కాని
default <T1,T2,T3,T4,T5> void కాని(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
కాని
default <T1,T2,T3,T4,T5,T6> void కాని(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
కాని
default <T1,T2,T3,T4,T5,T6,T7> void కాని(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
కాని
default <T1,T2,T3,T4,T5,T6,T7,T8> void కాని(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
కాని
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void కాని(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
చెప్పబడినది
default void చెప్పబడినది(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
చెప్పబడినది
default <T1> void చెప్పబడినది(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
చెప్పబడినది
default <T1,T2> void చెప్పబడినది(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
చెప్పబడినది
default <T1,T2,T3> void చెప్పబడినది(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4> void చెప్పబడినది(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4,T5> void చెప్పబడినది(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4,T5,T6> void చెప్పబడినది(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4,T5,T6,T7> void చెప్పబడినది(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4,T5,T6,T7,T8> void చెప్పబడినది(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
చెప్పబడినది
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void చెప్పబడినది(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
మరియు
default void మరియు(String expression, StepDefinitionBody.A0 body)
Deprecated.Creates a new step definition.- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with no parameters
-
మరియు
default <T1> void మరియు(String expression, StepDefinitionBody.A1<T1> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 1 parameters
-
మరియు
default <T1,T2> void మరియు(String expression, StepDefinitionBody.A2<T1,T2> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 2 parameters
-
మరియు
default <T1,T2,T3> void మరియు(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 3 parameters
-
మరియు
default <T1,T2,T3,T4> void మరియు(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 4 parameters
-
మరియు
default <T1,T2,T3,T4,T5> void మరియు(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 5 parameters
-
మరియు
default <T1,T2,T3,T4,T5,T6> void మరియు(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
Deprecated.Creates a new step definition.- Type Parameters:
T1
- type of argument 1T2
- type of argument 2T3
- type of argument 3T4
- type of argument 4T5
- type of argument 5T6
- type of argument 6- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 6 parameters
-
మరియు
default <T1,T2,T3,T4,T5,T6,T7> void మరియు(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 7- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 7 parameters
-
మరియు
default <T1,T2,T3,T4,T5,T6,T7,T8> void మరియు(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 8- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 8 parameters
-
మరియు
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void మరియు(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
Deprecated.Creates a new step definition.- Type Parameters:
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 9- Parameters:
expression
- the cucumber expressionbody
- a lambda expression with 9 parameters
-
-