Package io.cucumber.java8
Interface Sl
-
- All Superinterfaces:
LambdaGlue
@API(status=STABLE) public interface Sl extends LambdaGlue
Slovenian - SlovenskiTo 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 Modifier and Type Method Description default voidAmpak(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidAmpak(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidAmpak(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidAmpak(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidAmpak(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidAmpak(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidAmpak(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidAmpak(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>
voidAmpak(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>
voidAmpak(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidCe(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidCe(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidCe(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidCe(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidCe(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidCe(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidCe(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidCe(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>
voidCe(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>
voidCe(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidČe(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidČe(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidČe(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidČe(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidČe(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidČe(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidČe(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidČe(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>
voidČe(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>
voidČe(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidDano(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidDano(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidDano(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidDano(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidDano(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidDano(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidDano(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidDano(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>
voidDano(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>
voidDano(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidIn(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidIn(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidIn(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidIn(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidIn(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidIn(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidIn(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidIn(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>
voidIn(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>
voidIn(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidKadar(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidKadar(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidKadar(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidKadar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidKadar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidKadar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidKadar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidKadar(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>
voidKadar(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>
voidKadar(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidKo(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidKo(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidKo(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidKo(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidKo(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidKo(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidKo(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidKo(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>
voidKo(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>
voidKo(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidNato(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidNato(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidNato(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidNato(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidNato(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidNato(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidNato(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidNato(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>
voidNato(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>
voidNato(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidPodano(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidPodano(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidPodano(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidPodano(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidPodano(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidPodano(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidPodano(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidPodano(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>
voidPodano(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>
voidPodano(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidPotem(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidPotem(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidPotem(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidPotem(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidPotem(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidPotem(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidPotem(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidPotem(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>
voidPotem(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>
voidPotem(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidPrivzeto(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidPrivzeto(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidPrivzeto(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidPrivzeto(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidPrivzeto(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidPrivzeto(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidPrivzeto(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidPrivzeto(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>
voidPrivzeto(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>
voidPrivzeto(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidTakrat(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidTakrat(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidTakrat(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidTakrat(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidTakrat(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidTakrat(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidTakrat(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidTakrat(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>
voidTakrat(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>
voidTakrat(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidTer(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidTer(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidTer(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidTer(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidTer(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidTer(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidTer(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidTer(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>
voidTer(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>
voidTer(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidToda(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidToda(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidToda(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidToda(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidToda(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidToda(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidToda(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidToda(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>
voidToda(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>
voidToda(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidVendar(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidVendar(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidVendar(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidVendar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidVendar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidVendar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidVendar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidVendar(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>
voidVendar(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>
voidVendar(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)Creates a new step definition.default voidZaradi(String expression, StepDefinitionBody.A0 body)Creates a new step definition.default <T1> voidZaradi(String expression, StepDefinitionBody.A1<T1> body)Creates a new step definition.default <T1,T2>
voidZaradi(String expression, StepDefinitionBody.A2<T1,T2> body)Creates a new step definition.default <T1,T2,T3>
voidZaradi(String expression, StepDefinitionBody.A3<T1,T2,T3> body)Creates a new step definition.default <T1,T2,T3,T4>
voidZaradi(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)Creates a new step definition.default <T1,T2,T3,T4,T5>
voidZaradi(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6>
voidZaradi(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)Creates a new step definition.default <T1,T2,T3,T4,T5,T6,T7>
voidZaradi(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>
voidZaradi(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>
voidZaradi(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)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
-
Ampak
default void Ampak(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Ampak
default <T1> void Ampak(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Ampak
default <T1,T2> void Ampak(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Ampak
default <T1,T2,T3> void Ampak(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Ampak
default <T1,T2,T3,T4> void Ampak(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Ampak
default <T1,T2,T3,T4,T5> void Ampak(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Ampak
default <T1,T2,T3,T4,T5,T6> void Ampak(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Ampak
default <T1,T2,T3,T4,T5,T6,T7> void Ampak(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Ampak
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ampak(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Ampak
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ampak(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Ce
default void Ce(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Ce
default <T1> void Ce(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Ce
default <T1,T2> void Ce(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Ce
default <T1,T2,T3> void Ce(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Ce
default <T1,T2,T3,T4> void Ce(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Ce
default <T1,T2,T3,T4,T5> void Ce(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Ce
default <T1,T2,T3,T4,T5,T6> void Ce(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Ce
default <T1,T2,T3,T4,T5,T6,T7> void Ce(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Ce
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ce(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Ce
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ce(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Dano
default void Dano(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Dano
default <T1> void Dano(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Dano
default <T1,T2> void Dano(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Dano
default <T1,T2,T3> void Dano(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Dano
default <T1,T2,T3,T4> void Dano(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Dano
default <T1,T2,T3,T4,T5> void Dano(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Dano
default <T1,T2,T3,T4,T5,T6> void Dano(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Dano
default <T1,T2,T3,T4,T5,T6,T7> void Dano(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Dano
default <T1,T2,T3,T4,T5,T6,T7,T8> void Dano(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Dano
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Dano(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
In
default void In(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
In
default <T1> void In(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
In
default <T1,T2> void In(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
In
default <T1,T2,T3> void In(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
In
default <T1,T2,T3,T4> void In(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
In
default <T1,T2,T3,T4,T5> void In(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
In
default <T1,T2,T3,T4,T5,T6> void In(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
In
default <T1,T2,T3,T4,T5,T6,T7> void In(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
In
default <T1,T2,T3,T4,T5,T6,T7,T8> void In(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
In
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void In(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Kadar
default void Kadar(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Kadar
default <T1> void Kadar(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Kadar
default <T1,T2> void Kadar(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Kadar
default <T1,T2,T3> void Kadar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Kadar
default <T1,T2,T3,T4> void Kadar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Kadar
default <T1,T2,T3,T4,T5> void Kadar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Kadar
default <T1,T2,T3,T4,T5,T6> void Kadar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Kadar
default <T1,T2,T3,T4,T5,T6,T7> void Kadar(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Kadar
default <T1,T2,T3,T4,T5,T6,T7,T8> void Kadar(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Kadar
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Kadar(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Ko
default void Ko(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Ko
default <T1> void Ko(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Ko
default <T1,T2> void Ko(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Ko
default <T1,T2,T3> void Ko(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Ko
default <T1,T2,T3,T4> void Ko(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Ko
default <T1,T2,T3,T4,T5> void Ko(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Ko
default <T1,T2,T3,T4,T5,T6> void Ko(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Ko
default <T1,T2,T3,T4,T5,T6,T7> void Ko(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Ko
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ko(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Ko
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ko(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Nato
default void Nato(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Nato
default <T1> void Nato(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Nato
default <T1,T2> void Nato(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Nato
default <T1,T2,T3> void Nato(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Nato
default <T1,T2,T3,T4> void Nato(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Nato
default <T1,T2,T3,T4,T5> void Nato(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Nato
default <T1,T2,T3,T4,T5,T6> void Nato(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Nato
default <T1,T2,T3,T4,T5,T6,T7> void Nato(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Nato
default <T1,T2,T3,T4,T5,T6,T7,T8> void Nato(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Nato
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Nato(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Podano
default void Podano(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Podano
default <T1> void Podano(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Podano
default <T1,T2> void Podano(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Podano
default <T1,T2,T3> void Podano(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Podano
default <T1,T2,T3,T4> void Podano(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Podano
default <T1,T2,T3,T4,T5> void Podano(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Podano
default <T1,T2,T3,T4,T5,T6> void Podano(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Podano
default <T1,T2,T3,T4,T5,T6,T7> void Podano(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Podano
default <T1,T2,T3,T4,T5,T6,T7,T8> void Podano(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Podano
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Podano(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Potem
default void Potem(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Potem
default <T1> void Potem(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Potem
default <T1,T2> void Potem(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Potem
default <T1,T2,T3> void Potem(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Potem
default <T1,T2,T3,T4> void Potem(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Potem
default <T1,T2,T3,T4,T5> void Potem(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Potem
default <T1,T2,T3,T4,T5,T6> void Potem(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Potem
default <T1,T2,T3,T4,T5,T6,T7> void Potem(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Potem
default <T1,T2,T3,T4,T5,T6,T7,T8> void Potem(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Potem
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Potem(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Privzeto
default void Privzeto(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Privzeto
default <T1> void Privzeto(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Privzeto
default <T1,T2> void Privzeto(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Privzeto
default <T1,T2,T3> void Privzeto(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Privzeto
default <T1,T2,T3,T4> void Privzeto(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Privzeto
default <T1,T2,T3,T4,T5> void Privzeto(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Privzeto
default <T1,T2,T3,T4,T5,T6> void Privzeto(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Privzeto
default <T1,T2,T3,T4,T5,T6,T7> void Privzeto(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Privzeto
default <T1,T2,T3,T4,T5,T6,T7,T8> void Privzeto(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Privzeto
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Privzeto(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Takrat
default void Takrat(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Takrat
default <T1> void Takrat(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Takrat
default <T1,T2> void Takrat(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Takrat
default <T1,T2,T3> void Takrat(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Takrat
default <T1,T2,T3,T4> void Takrat(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Takrat
default <T1,T2,T3,T4,T5> void Takrat(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Takrat
default <T1,T2,T3,T4,T5,T6> void Takrat(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Takrat
default <T1,T2,T3,T4,T5,T6,T7> void Takrat(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Takrat
default <T1,T2,T3,T4,T5,T6,T7,T8> void Takrat(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Takrat
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Takrat(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Ter
default void Ter(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Ter
default <T1> void Ter(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Ter
default <T1,T2> void Ter(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Ter
default <T1,T2,T3> void Ter(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Ter
default <T1,T2,T3,T4> void Ter(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Ter
default <T1,T2,T3,T4,T5> void Ter(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Ter
default <T1,T2,T3,T4,T5,T6> void Ter(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Ter
default <T1,T2,T3,T4,T5,T6,T7> void Ter(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Ter
default <T1,T2,T3,T4,T5,T6,T7,T8> void Ter(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Ter
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Ter(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Toda
default void Toda(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Toda
default <T1> void Toda(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Toda
default <T1,T2> void Toda(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Toda
default <T1,T2,T3> void Toda(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Toda
default <T1,T2,T3,T4> void Toda(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Toda
default <T1,T2,T3,T4,T5> void Toda(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Toda
default <T1,T2,T3,T4,T5,T6> void Toda(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Toda
default <T1,T2,T3,T4,T5,T6,T7> void Toda(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Toda
default <T1,T2,T3,T4,T5,T6,T7,T8> void Toda(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Toda
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Toda(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Vendar
default void Vendar(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Vendar
default <T1> void Vendar(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Vendar
default <T1,T2> void Vendar(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Vendar
default <T1,T2,T3> void Vendar(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Vendar
default <T1,T2,T3,T4> void Vendar(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Vendar
default <T1,T2,T3,T4,T5> void Vendar(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Vendar
default <T1,T2,T3,T4,T5,T6> void Vendar(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Vendar
default <T1,T2,T3,T4,T5,T6,T7> void Vendar(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Vendar
default <T1,T2,T3,T4,T5,T6,T7,T8> void Vendar(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Vendar
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Vendar(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Zaradi
default void Zaradi(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Zaradi
default <T1> void Zaradi(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Zaradi
default <T1,T2> void Zaradi(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Zaradi
default <T1,T2,T3> void Zaradi(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Zaradi
default <T1,T2,T3,T4> void Zaradi(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Zaradi
default <T1,T2,T3,T4,T5> void Zaradi(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Zaradi
default <T1,T2,T3,T4,T5,T6> void Zaradi(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Zaradi
default <T1,T2,T3,T4,T5,T6,T7> void Zaradi(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Zaradi
default <T1,T2,T3,T4,T5,T6,T7,T8> void Zaradi(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Zaradi
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Zaradi(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
Če
default void Če(String expression, StepDefinitionBody.A0 body)
Creates a new step definition.- Parameters:
expression- the cucumber expressionbody- a lambda expression with no parameters
-
Če
default <T1> void Če(String expression, StepDefinitionBody.A1<T1> body)
Creates a new step definition.- Type Parameters:
T1- type of argument 1- Parameters:
expression- the cucumber expressionbody- a lambda expression with 1 parameters
-
Če
default <T1,T2> void Če(String expression, StepDefinitionBody.A2<T1,T2> body)
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
-
Če
default <T1,T2,T3> void Če(String expression, StepDefinitionBody.A3<T1,T2,T3> body)
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
-
Če
default <T1,T2,T3,T4> void Če(String expression, StepDefinitionBody.A4<T1,T2,T3,T4> body)
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
-
Če
default <T1,T2,T3,T4,T5> void Če(String expression, StepDefinitionBody.A5<T1,T2,T3,T4,T5> body)
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
-
Če
default <T1,T2,T3,T4,T5,T6> void Če(String expression, StepDefinitionBody.A6<T1,T2,T3,T4,T5,T6> body)
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
-
Če
default <T1,T2,T3,T4,T5,T6,T7> void Če(String expression, StepDefinitionBody.A7<T1,T2,T3,T4,T5,T6,T7> body)
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
-
Če
default <T1,T2,T3,T4,T5,T6,T7,T8> void Če(String expression, StepDefinitionBody.A8<T1,T2,T3,T4,T5,T6,T7,T8> body)
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
-
Če
default <T1,T2,T3,T4,T5,T6,T7,T8,T9> void Če(String expression, StepDefinitionBody.A9<T1,T2,T3,T4,T5,T6,T7,T8,T9> body)
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
-
-