package r.workspace_Indigo_APIAggregator.APIAggregator.scenarios;
import org.jbehave.scenario.annotations.Then;
import org.jbehave.scenario.annotations.When;
import org.jbehave.scenario.annotations.Given;
import org.jbehave.scenario.steps.Steps;
public class APIWorldSteps extends Steps
{
@("")
public void ()
{
throw new RuntimeException("Step not implemented yet");
}
@("")
public void ()
{
throw new RuntimeException("Step not implemented yet");
}
@("")
public void ()
{
throw new RuntimeException("Step not implemented yet");
}
@("")
public void ()
{
throw new RuntimeException("Step not implemented yet");
}
@Given("I have access to a new or existing API")
public void givenIHaveAccessToANewOrExistingAPI()
{
throw new RuntimeException("Step not implemented yet");
}
@When("I add the functions/methods available in the API")
public void whenIAddTheFunctions/methodsAvailableInTheAPI()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("I should be able to integrate and extend the API framework without breaking the design and tests")
public void thenIShouldBeAbleToIntegrateAndExtendTheAPIFrameworkWithoutBreakingTheDesignAndTests()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("")
public void then()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("")
public void then()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("")
public void then()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("")
public void then()
{
throw new RuntimeException("Step not implemented yet");
}
@Given("I have an API Key")
public void givenIHaveAnAPIKey()
{
throw new RuntimeException("Step not implemented yet");
}
@When("I call a generic API function (from the framework)")
public void whenICallAGenericAPIFunction(fromTheFramework)()
{
throw new RuntimeException("Step not implemented yet");
}
@Then("I should get access to one or more functions")
public void thenIShouldGetAccessToOneOrMoreFunctions()
{
throw new RuntimeException("Step not implemented yet");
}
}