Home | History | Annotate | Download | only in steps

Lines Matching refs:When

31 import org.jbehave.core.annotations.When;
59 @When("the {class|compilation unit} is parsed by the Java parser")
64 @When("the expression is parsed by the Java parser")
69 @When("the block is parsed by the Java parser")
74 @When("the statement is parsed by the Java parser")
79 @When("the import is parsed by the Java parser")
84 @When("the annotation is parsed by the Java parser")
89 @When("the annotation body declaration is parsed by the Java parser")
94 @When("the class body declaration is parsed by the Java parser")
99 @When("the interface body declaration is parsed by the Java parser")
104 @When("the class is visited by an empty ModifierVisitorAdapter")