Package org.jitterbit.integration.data.test

Examples of org.jitterbit.integration.data.test.TestConnectionHistory


    private AllLocationsTester createTest() {
        return createTest(getManagedProject());
    }

    private AllLocationsTester createTest(ManagedProject mp) {
        TestConnectionHistory history = mp.getTestHistory().getTestConnectionHistory();
        AllLocationsTester tester = new AllLocationsTester(mp.getProject(), history);
        tester.setPageDisplayer(pageDisplayer);
        return tester;
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.data.test.TestConnectionHistory

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.