Uses of Class
junit.framework.AssertionFailedError

Packages that use AssertionFailedError
junit.awtui   
junit.framework   
junit.swingui   
junit.textui   
 

Uses of AssertionFailedError in junit.awtui
 

Methods in junit.awtui with parameters of type AssertionFailedError
 void TestRunner.addFailure(Test test, AssertionFailedError t)
           
 

Uses of AssertionFailedError in junit.framework
 

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

Uses of AssertionFailedError in junit.swingui
 

Methods in junit.swingui with parameters of type AssertionFailedError
 void TestRunner.addFailure(Test test, AssertionFailedError t)
           
 

Uses of AssertionFailedError in junit.textui
 

Methods in junit.textui with parameters of type AssertionFailedError
 void TestRunner.addFailure(Test test, AssertionFailedError t)