Package net.sourceforge.marathon.junit.swingui

Examples of net.sourceforge.marathon.junit.swingui.TestRunner


     * Initialize the JUnit panel
     *
     * @return junitpanel, a Dockable
     */
    private TestRunner createJUnitPanel() {
        testRunner = new TestRunner(taConsole, fileEventHandler);
        testRunner.setAcceptChecklist(true);
        testRunner.addTestOpenListener(testListener);
        testRunner.getFailureView().addMessageProcessor(stackMessageProcessor);
        fileEventHandler.addFileEventListener(testRunner);
        return testRunner;
View Full Code Here

TOP

Related Classes of net.sourceforge.marathon.junit.swingui.TestRunner

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.