Uses of Class
junit.framework.TestFailure
-
Packages that use TestFailure Package Description 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 Modifier and Type Field Description protected java.util.List<TestFailure>TestResult. fErrorsprotected java.util.List<TestFailure>TestResult. fFailuresMethods in junit.framework that return types with arguments of type TestFailure Modifier and Type Method Description java.util.Enumeration<TestFailure>TestResult. errors()Returns an Enumeration for the errors.java.util.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 Modifier and Type Method Description voidResultPrinter. 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 TestFailure Modifier and Type Method Description protected voidResultPrinter. printDefects(java.util.Enumeration<TestFailure> booBoos, int count, java.lang.String type)
-