Uses of Class
momeunit.framework.AssertionFailedError

Packages that use AssertionFailedError
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 AssertionFailedError in momeunit.framework
 

Methods in momeunit.framework with parameters of type AssertionFailedError
 void TestListener.addFailure(Test test, AssertionFailedError t)
          Informs this listener that a failure has occurred.
 void TestResult.addFailure(Test test, AssertionFailedError t)
          Adds a failure of test to the list of failures.
 

Uses of AssertionFailedError in momeunit.runner
 

Methods in momeunit.runner with parameters of type AssertionFailedError
 void AntTestRunner.addFailure(Test test, AssertionFailedError t)
          Sends failure test event.
 void TestScreen.addFailure(Test test, AssertionFailedError t)