コード例 #1
0
 @When("I put the pedal to the metal")
 public void whenIAccelerateReallyFast() {
   porscheSteps.accelerate_really_fast();
 }
コード例 #2
0
 @Then("I should drive $expected")
 public void thenIShouldCount(int expected) {
   porscheSteps.speed_should_be(expected);
 }
コード例 #3
0
 @Given("I have a porsche")
 public void givenIHaveANewPorsche() {
   porscheSteps.buy_new_porsche();
 }