testSuccess

testSuccess(testMethodName: String);

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

The testSuccess event occurs for each individual assertion that succeeds, in each test method run. The testSuccess callback method is then invoked for the test listener object, if it exists.

The testMethodName parameter is the fully qualified name of the successful method in the following format.

schema-name::class-name::method-name

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