Package cucumber

Class StepDefs

java.lang.Object
cucumber.StepDefs

public class StepDefs extends Object
  • Constructor Details

    • StepDefs

      public StepDefs()
  • Method Details

    • makeSink

      public void makeSink() throws IOException
      Throws:
      IOException
    • resolveArgumentStrings

      public List<String> resolveArgumentStrings(String args, boolean noReportInArgs)
    • an_and

      @Given("validate issue {int} and test data at {string}") public void an_and(Integer issueNumber, String datasrc)
    • an_and

      @Given("validate issue {int}, test {int}, and test data at {string}") public void an_and(Integer issueNumber, Integer count, String datasrc)
    • execute_validate

      @When("execute validate with {string}") public void execute_validate(String args)
    • compare_to_the

      @Then("compare to the expected outcome .") public void compare_to_the()
    • compare_to_the

      @Then("compare to the expected outcome {string}.") public void compare_to_the(String expectation)