Changeset 32685 for gs3-extensions


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

Minor changes in the comments section before I attempt to merge selenium testing with assertj swing testing (not sure if possible, but will try)

File:
1 edited

Legend:

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

    r32684 r32685  
    66- Documentation: https://joel-costigliola.github.io/assertj/assertj-swing.html
    77
    8 Alternatives to AssertJSwing:
     8Alternatives to AssertJSwing (googled: automate java interface testing) suggested at
    99https://sqa.stackexchange.com/questions/18554/open-source-tools-for-automation-of-java-gui-application-testing
    1010
    1111Event Dispatch Thread (EDT) pages:
     12- https://joel-costigliola.github.io/assertj/assertj-swing-edt.html
    1213- https://web.archive.org/web/20120526191520/http://alexruiz.developerblogs.com/?p=160
    1314- https://web.archive.org/web/20130218063544/http://weblogs.java.net/blog/alexfromsun/archive/2006/02/debugging_swing.html
    1415
     16Got AssertJ Swing from Maven Central Repository:
     17https://search.maven.org/search?q=assertj-swing-junit
     18-> http://central.maven.org/maven2/org/assertj/assertj-core/3.8.0/
     19More jar files: http://repo1.maven.org/maven2/org/assertj/
     20- http://repo1.maven.org/maven2/org/assertj/assertj-swing/3.8.0/
     21- http://central.maven.org/maven2/org/assertj/assertj-core/3.8.0/
     22
     23API:
     24https://joel-costigliola.github.io/assertj/swing/api/index.html
    1525*/
    1626
Note: See TracChangeset for help on using the changeset viewer.