33343536373839
public class ToDoItemTest_ownedBy extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
36373839404142
public class ToDoItemTest_notYetCompleted extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
40414243444546
public class ToDoItemContributionsTest_updateCategory extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture().withTracing()); }
42434445464748
public class ToDoItemTest_description extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
39404142434445
public class ToDoItemTest_duplicate extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
41424344454647
public static class Finders extends ToDoItemsIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
// ////////////////////////////////////// @Before(value={"@integration", "@ToDoItemsFixture"}, order=20000) public void integrationFixtures() throws Throwable { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
37383940414243
public abstract class ToDoItemContributionsIntegTest extends AbstractToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture().withTracing()); }
55565758596061
public class ToDoItemIntegTest extends AbstractToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }