Package fixture.todo.simple

Examples of fixture.todo.simple.ToDoItemsRecreateAndCompleteSeveral


        super(null, "integ-test");
    }

    @Override
    protected void execute(ExecutionContext executionContext) {
        executeChild(new ToDoItemsRecreateAndCompleteSeveral(null), executionContext);
    }
View Full Code Here


        super(null, "integ-test");
    }

    @Override
    protected void execute(ExecutionContext executionContext) {
        executeChild(new ToDoItemsRecreateAndCompleteSeveral(null), executionContext);
    }
View Full Code Here

        super(null, "integ-test");
    }

    @Override
    protected void execute(ExecutionContext executionContext) {
        execute(new ToDoItemsRecreateAndCompleteSeveral(null), executionContext);
    }
View Full Code Here

TOP

Related Classes of fixture.todo.simple.ToDoItemsRecreateAndCompleteSeveral

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.