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