Uses of Class
junit.framework.TestFailure

Packages that use TestFailure
junit.framework Provides JUnit v3.x core classes. 
junit.textui Provides JUnit v3.x command line based tool to run tests. 
 

Uses of TestFailure in junit.framework
 

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

Methods in junit.framework that return types with arguments of type TestFailure
 Enumeration<TestFailure> TestResult.errors()
          Returns an Enumeration for the errors.
 Enumeration<TestFailure> TestResult.failures()
          Returns an Enumeration for the failures.
 

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)
           
 

Method parameters in junit.textui with type arguments of type TestFailure
protected  void ResultPrinter.printDefects(Enumeration<TestFailure> booBoos, int count, String type)
           
 



Copyright © 2002–2019 JUnit. All rights reserved.