X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=doc%2FUnitTesting.html;h=801f06494946db274720f2bba2b84c986d288978;hb=refs%2Fheads%2Fbugs%2FJAL-3009_blockingNetworkThreads;hp=7b43de34e2c55ff32541121fe5aa49b0b491fce1;hpb=00a240a09c1a144a328338ff5bf54381e6203d6f;p=jalview.git diff --git a/doc/UnitTesting.html b/doc/UnitTesting.html index 7b43de3..801f064 100644 --- a/doc/UnitTesting.html +++ b/doc/UnitTesting.html @@ -24,7 +24,7 @@

Unit testing in Jalview

-In June 2015, the Jalview team adopted TestNG as the favourite unit testing framework. Consequently all existing JUnit tests were ported to TestNG. +In June 2015, the Jalview team adopted TestNG for handling unit tests, and all existing JUnit tests were ported to TestNG.

Test Groups

@@ -83,18 +83,17 @@ The TestNG tests for Jalview can be executed in any of the following ways: A more detailed guide for installing and executing TestNG in eclipse is available at testng.org/doc/eclipse.html
 
  • From Ant: -
    To execute Jalview unit test from ant please take the following steps: +
    The ant task 'testng' will run Jalview's tests. You should: A more detailed guide for executing TestNG from ant is available at http://testng.org/doc/ant.html