Package cucumber

Class StepDefs


  • public class StepDefs
    extends Object
    • Constructor Detail

      • StepDefs

        public StepDefs()
    • Method Detail

      • 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)