Ignore:
Timestamp:
2018-12-14T22:28:56+13:00 (5 years ago)
Author:
ak19
Message:

New class GSGUITestingUtil of helper functions that I think will be useful for setting up automated tutorial testing. Filled for now only with placeholders (function signatures) since I was working on getting names assigned to the JComponents of GLI. Haven't yet got round to trying to merge both selenium and assertj swing tests into one JUnit class file either.

Location:
gs3-extensions/testing/trunk/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/build.xml

    r32683 r32687  
    99  <target name="build-util-jar">
    1010    <mkdir dir="${basedir}/build"/>
    11     <javac srcdir="${basedir}/src" destdir="${basedir}/build">
     11    <javac srcdir="${basedir}/src"
     12       destdir="${basedir}/build"
     13       includeantruntime="${compile.includeantruntime}">
    1214      <classpath>
    1315    <fileset dir="${basedir}/lib/java">
Note: See TracChangeset for help on using the changeset viewer.