Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > message

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 message event occurs before the first test method for a JadeTestCase class is executed and after the last test method for a JadeTestCase class is executed. The message callback method is then invoked for the test listener object, if it exists.

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