41424344454647
ToDoItemsIntegTestFixture fixture; @Before public void setUpData() throws Exception { // executing the fixtures directly allows us to look up the results later. fixtureScripts.runFixtureScript(fixture = new ToDoItemsIntegTestFixture(), null); }
59606162636465
48495051525354
39404142434445
// ////////////////////////////////////// @Before(value={"@integration", "@ToDoItemsFixture"}, order=20000) public void integrationFixtures() throws Throwable { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
38394041424344
56575859606162
45464748495051
public class ToDoItemTest_notes extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
42434445464748
public class ToDoItemTest_dependencies_remove extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemTest_completed extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }