From: Jim Procter Date: Fri, 18 Sep 2015 12:57:24 +0000 (+0100) Subject: JAL-1888 updated documentation for unit testing in jalview X-Git-Tag: Release_2_10_0~397^2 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=73660130b7afd608f1f4d83139229f14d0872a89;p=jalview.git JAL-1888 updated documentation for unit testing in jalview --- diff --git a/doc/UnitTesting.html b/doc/UnitTesting.html index 8969b9d..c4d63ff 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

@@ -89,12 +89,11 @@ 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