methodSuccess

methodSuccess(testMethodName: String);

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

The methodSuccess event occurs for each test method from a JadeTestCase class that completes successfully without an assertion failing or an exception occurring. The methodSuccess 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.