net.thucydides.jbehave.SomeBoilerplateSteps Maven / Gradle / Ivy
package net.thucydides.jbehave;
import org.jbehave.core.annotations.Given;
import org.jbehave.core.annotations.Then;
import org.jbehave.core.annotations.When;
/**
* A sample resource step class used in the JBehave unit tests.
*/
public class SomeBoilerplateSteps {
// @Given("a system state")
// public void givenASystemState() {
// }
//
// @When("I do something")
// public void whenIDoSomething() {
// }
//
// @Then("system is in a different state")
// public void thenSystemIsInADifferentState() {
// }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy