All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cucumber.java8.Hi Maven / Gradle / Ivy

package io.cucumber.java8;

import io.cucumber.java8.StepDefinitionBody.A0;
import io.cucumber.java8.StepDefinitionBody.A1;
import io.cucumber.java8.StepDefinitionBody.A2;
import io.cucumber.java8.StepDefinitionBody.A3;
import io.cucumber.java8.StepDefinitionBody.A4;
import io.cucumber.java8.StepDefinitionBody.A5;
import io.cucumber.java8.StepDefinitionBody.A6;
import io.cucumber.java8.StepDefinitionBody.A7;
import io.cucumber.java8.StepDefinitionBody.A8;
import io.cucumber.java8.StepDefinitionBody.A9;

import io.cucumber.java8.LambdaGlueRegistry;
import io.cucumber.java8.Java8StepDefinition;
import io.cucumber.java8.LambdaGlue;

import org.apiguardian.api.API;

/**
 * Hindi - हिंदी
 * 

* 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. */ @API(status = API.Status.STABLE) public interface Hi extends LambdaGlue { /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void अगर(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void अगर(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void अगर(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void अगर(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void अगर(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void अगर(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void अगर(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void अगर(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void अगर(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void अगर(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void और(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void और(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void और(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void और(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void और(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void और(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void और(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void और(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void और(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void और(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void कदा(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void कदा(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void कदा(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void कदा(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void कदा(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void कदा(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void कदा(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void कदा(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void कदा(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void कदा(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void किन्तु(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void किन्तु(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void किन्तु(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void किन्तु(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void किन्तु(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void किन्तु(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void किन्तु(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void किन्तु(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void किन्तु(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void किन्तु(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void चूंकि(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void चूंकि(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void चूंकि(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void चूंकि(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void चूंकि(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void चूंकि(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void चूंकि(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void चूंकि(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void चूंकि(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void चूंकि(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void जब(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void जब(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void जब(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void जब(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void जब(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void जब(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void जब(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void जब(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void जब(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void जब(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void तथा(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void तथा(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void तथा(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void तथा(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void तथा(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void तथा(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void तथा(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void तथा(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void तथा(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void तथा(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void तदा(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void तदा(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void तदा(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void तदा(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void तदा(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void तदा(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void तदा(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void तदा(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void तदा(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void तदा(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void तब(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void तब(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void तब(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void तब(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void तब(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void तब(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void तब(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void तब(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void तब(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void तब(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void पर(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void पर(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void पर(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void पर(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void पर(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void पर(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void पर(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void पर(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void पर(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void पर(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void परन्तु(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void परन्तु(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void परन्तु(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void परन्तु(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void परन्तु(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void परन्तु(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void परन्तु(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void परन्तु(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void परन्तु(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void परन्तु(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with no parameters */ default void यदि(String expression, A0 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A0.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 1 parameters * * @param type of argument 1 */ default void यदि(String expression, A1 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A1.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 2 parameters * * @param type of argument 1 * @param type of argument 2 */ default void यदि(String expression, A2 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A2.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 3 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 */ default void यदि(String expression, A3 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A3.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 4 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 */ default void यदि(String expression, A4 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A4.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 5 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 */ default void यदि(String expression, A5 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A5.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 6 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 */ default void यदि(String expression, A6 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A6.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 7 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 */ default void यदि(String expression, A7 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A7.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 8 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 */ default void यदि(String expression, A8 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A8.class, body)); } /** * Creates a new step definition. * * @param expression the cucumber expression * @param body a lambda expression with 9 parameters * * @param type of argument 1 * @param type of argument 2 * @param type of argument 3 * @param type of argument 4 * @param type of argument 5 * @param type of argument 6 * @param type of argument 7 * @param type of argument 8 * @param type of argument 9 */ default void यदि(String expression, A9 body) { LambdaGlueRegistry.INSTANCE.get().addStepDefinition(Java8StepDefinition.create(expression, A9.class, body)); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy