start

start(numberOfTestMethods: Integer);

When unit tests are run, all of the test methods for each class in a collection of JadeTestCase subclasses are executed.

The start event occurs just once, at the beginning of the unit test run. The start callback method is then invoked for the test listener object, if it exists.

The numberOfTestMethods parameter contains the number of test methods that have the unitTest or the unitTestIgnore method option.

For details about running unit tests, see "Using the JADE Testing Framework", in Chapter 17 of the JADE Developer’s Reference.