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