Uses of Class
junit.framework.TestFailure
Packages that use TestFailure
Package
Description
Provides JUnit v3.x core classes.
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 TestFailureModifier and TypeFieldDescriptionprotected List<TestFailure> TestResult.fErrorsprotected List<TestFailure> TestResult.fFailuresMethods in junit.framework that return types with arguments of type TestFailure -
Uses of TestFailure in junit.textui
Methods in junit.textui with parameters of type TestFailureModifier and TypeMethodDescriptionvoidResultPrinter.printDefect(TestFailure booBoo, int count) protected voidResultPrinter.printDefectHeader(TestFailure booBoo, int count) protected voidResultPrinter.printDefectTrace(TestFailure booBoo) Method parameters in junit.textui with type arguments of type TestFailureModifier and TypeMethodDescriptionprotected voidResultPrinter.printDefects(Enumeration<TestFailure> booBoos, int count, String type)