net.thucydides.jbehave.SomeBoilerplateSteps Maven / Gradle / Ivy
package net.thucydides.jbehave;
import org.junit.Ignore;
/**
* A sample resource step class used in the JBehave unit tests.
*/
@Ignore // this annotation is used in the JBehave unit tests, so please don't remove it
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