Ignore:
Timestamp:
2018-12-16T20:36:15+13:00 (5 years ago)
Author:
ak19
Message:

Started implementing GSGUITestingUtil.java and simultaneously testing it out. To compile it now needs GLI.jar in classpath which also needs GS3 env script run, so update to build.xml as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/gstests/tutorials/RunGLITest.java

    r32693 r32694  
    6868import static org.assertj.swing.launcher.ApplicationLauncher.*;
    6969import static org.assertj.swing.finder.WindowFinder.findFrame;
     70
     71import static org.greenstone.gsdl3.testing.GSGUITestingUtil.*;
    7072
    7173public class RunGLITest extends AssertJSwingJUnitTestCase {
     
    140142    tab.requireSelectedTab(Index.atIndex(1));
    141143    tab.requireTitle(gatherPaneLabel, Index.atIndex(1));
     144
     145    // attempt to switch to enrich pane, uses static methods of GSGUITestingUtil
     146    // through static import of that class
     147    switchToPane(window, DOWNLOAD_PANE);
     148   
    142149  }
    143150
Note: See TracChangeset for help on using the changeset viewer.