8910111213141516
@Test public void shouldVisitCoffeeShop() throws Exception { GivWenZen gwz = new GivWenZenForJUnit(this); gwz.when("i go to the coffee shop"); gwz.then("i am happy"); } }