All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.jbehave.SomeBoilerplateSteps Maven / Gradle / Ivy

There is a newer version: 4.2.8
Show newest version
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