Uses of Class
lejosunit.framework.AssertionFailedError

Packages that use AssertionFailedError
lejosunit.framework Core framework classes. 
lejosunit.rcxui The TestRunner for the RCX. 
 

Uses of AssertionFailedError in lejosunit.framework
 

Methods in lejosunit.framework with parameters of type AssertionFailedError
 void TestResult.addFailure(Test test, AssertionFailedError t)
          Adds a failure to the list of failures.
 void TestListener.addFailure(Test test, AssertionFailedError t)
          A failure occurred
 

Uses of AssertionFailedError in lejosunit.rcxui
 

Methods in lejosunit.rcxui with parameters of type AssertionFailedError
 void TestRunner.addFailure(Test test, AssertionFailedError t)
          Add a failure to the runner.
 



Copyright (C) 2003 Jochen Hiller. All Rights Reserved.