Package junit.extensions.jfcunit

Examples of junit.extensions.jfcunit.RobotTestHelper


    protected void setUp() throws Exception {
        super.setUp();

        // Choose the text Helper
        //setHelper(new JFCTestHelper()); // Uses the AWT Event Queue.
        setHelper(new RobotTestHelper()); // Uses the OS Event Queue.

        final HashMap<String, Object> properties = new HashMap<String, Object>();
        properties.put(DroidGlobalProperty.UPDATE_AUTO_CHECK.getName(), Boolean.FALSE);
        properties.put(DroidGlobalProperty.UPDATE_USE_PROXY.getName(), Boolean.FALSE);
        properties.put(DroidGlobalProperty.UPDATE_FREQUENCY_DAYS.getName(), 7);
View Full Code Here

TOP

Related Classes of junit.extensions.jfcunit.RobotTestHelper

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.