JadeTestListenerIF Interface

The JadeTestListenerIF interface, defined in the RootSchema, provides the definition of the event callback methods that you can implement in your user schema classes to display or report on the progress of unit tests run for one or more JadeTestCase instances.

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

You can view the JadeTestListenerIF interface and its methods only in the Interface Browser of a user schema that has an implementation mapping to this RootSchema interface, as shown in the following image.

For details about implementing the JadeTestListenerIF interface for a class selected in the Class Browser of a user schema, see "Implementing an Interface", in Chapter 14, "Adding and Maintaining Interfaces", of the JADE Development Environment User’s Guide.

Automatically generated stub methods in classes that implement the interface contain no body logic.

It is your responsibility to provide the source that meets your application requirements for each stub method.

For details about the JadeTestListenerIF interface methods, see "JadeTestListenerIF Interface Method Callback Signatures", in the following subsection.