151617181920212223
@Test public void shouldExecuteStepsWhenCreatedViaDefaultConstructor() throws Exception { //given @SuppressWarnings({"deprecation"}) GivWenZen gwz = new GivWenZenExecutor(); //when gwz.given("gwz rocks!"); //then no exception is thrown } }