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.

JADE does not initialize any packages for RootSchema applications running in user schemas, including unit tests run using the JADE Unit Test framework in the RootSchema. If you require this initialization, you must initialize packages in your user test code (using the Process class initializePackages and finalizePackages methods). Initialization could be performed in the unitTestBeforeAll method and finalization in the unitTestAfterAll method.

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