Product Information > JADE Developer’s Reference > Chapter 17 - Using the JADE Testing Framework > Running Unit Tests

Running Unit Tests

You can run unit test methods from:

The name of the JADE unit testing application is JadeUnitTest and that of the batch version is JadeUnitTestRun. It may be necessary to change your getAndValidateUser method to enable the unit testing applications to run.

When the unit tests finish running, the final failure count reflects the following.

The total failures displayed while the tests are running shows the actual number of methods that failed. This figure is replaced on completion of the test run by the combined figure of each of the list items in the previous list.