Package fixture.todo.integtests

Examples of fixture.todo.integtests.ToDoItemsIntegTestFixture


public class ToDoItemTest_dependencies_add extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here


public class ToDoItemTest_dueBy extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemContributionsTest_priority extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemTest_subcategory extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemsTest_finders extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemTest_title extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemTest_attachment extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemTest_category extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemTest_cost extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

public class ToDoItemContributionsTest_similarTo extends ToDoIntegTest {

    @Before
    public void setUpData() throws Exception {
        scenarioExecution().install(new ToDoItemsIntegTestFixture());
    }
View Full Code Here

TOP

Related Classes of fixture.todo.integtests.ToDoItemsIntegTestFixture

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.