42434445464748
public class ToDoItemTest_dependencies_add extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
39404142434445
public class ToDoItemTest_dueBy extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
37383940414243
public class ToDoItemContributionsTest_priority extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
36373839404142
public class ToDoItemTest_subcategory extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemsTest_finders extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemTest_title extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemTest_attachment extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemTest_category extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemTest_cost extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }
public class ToDoItemContributionsTest_similarTo extends ToDoIntegTest { @Before public void setUpData() throws Exception { scenarioExecution().install(new ToDoItemsIntegTestFixture()); }