Uses of Class
junit.framework.TestFailure

Packages that use TestFailure
junit.framework   
junit.runner   
junit.textui   
 

Uses of TestFailure in junit.framework
 

Fields in junit.framework with type parameters of type TestFailure
protected  Vector<TestFailure> TestResult.fErrors
           
protected  Vector<TestFailure> TestResult.fFailures
           
 

Uses of TestFailure in junit.runner
 

Methods in junit.runner with parameters of type TestFailure
 void FailureDetailView.showFailure(TestFailure failure)
          Shows details of a TestFailure
 

Uses of TestFailure in junit.textui
 

Methods in junit.textui with parameters of type TestFailure
 void ResultPrinter.printDefect(TestFailure booBoo, int count)
           
protected  void ResultPrinter.printDefectHeader(TestFailure booBoo, int count)
           
protected  void ResultPrinter.printDefectTrace(TestFailure booBoo)
           
 



Copyright © 2012. All Rights Reserved.