Uses of Interface
momeunit.framework.TestListener

Packages that use TestListener
momeunit.framework MoMEUnit is an instance of the xUnit architecture for unit testing of J2ME applications. 
momeunit.runner This package consists of classes of and used by test runners of MoMEUnit test framework. 
 

Uses of TestListener in momeunit.framework
 

Fields in momeunit.framework declared as TestListener
protected  TestListener TestResult.listener
          Registered test listener.
 

Methods in momeunit.framework with parameters of type TestListener
 void TestResult.setListener(TestListener listener)
          Registers a TestListener with this TestResult.
 

Uses of TestListener in momeunit.runner
 

Classes in momeunit.runner that implement TestListener
 class AntTestRunner
          Test runner that generates test events to be processed by formatters of MoMEUnit Ant Integration package.
 class TestScreen
          Canvas used by MIDletTestRunner.