message

message(messageText: String);

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

The JadeTestListenerIF class message event occurs before the first JadeTestCase unit test method is executed and after the last JadeTestCase unit test method is executed, for each schema that has tests being run. The message callback method is then invoked for the test listener object, if it exists.

The start and end messages specify the schema or schemas being tested.

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