From 73660130b7afd608f1f4d83139229f14d0872a89 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 18 Sep 2015 13:57:24 +0100 Subject: [PATCH] JAL-1888 updated documentation for unit testing in jalview --- doc/UnitTesting.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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
  • -- 1.7.10.2