Uses of Class
com.atlassian.confluence.renderer.radeox.macros.junit.report.TestCaseFailureReport
-
Packages that use TestCaseFailureReport Package Description com.atlassian.confluence.renderer.radeox.macros.junit com.atlassian.confluence.renderer.radeox.macros.junit.report -
-
Uses of TestCaseFailureReport in com.atlassian.confluence.renderer.radeox.macros.junit
Subclasses of TestCaseFailureReport in com.atlassian.confluence.renderer.radeox.macros.junit Modifier and Type Class Description classJUnitTestCaseFailureReport -
Uses of TestCaseFailureReport in com.atlassian.confluence.renderer.radeox.macros.junit.report
Fields in com.atlassian.confluence.renderer.radeox.macros.junit.report declared as TestCaseFailureReport Modifier and Type Field Description protected TestCaseFailureReportAbstractTestReport. failureMethods in com.atlassian.confluence.renderer.radeox.macros.junit.report that return TestCaseFailureReport Modifier and Type Method Description TestCaseFailureReportAbstractTestReport. getFailure()TestCaseFailureReportTestCaseReport. getFailure()TestCaseFailureReportTestReport. getFailure()Methods in com.atlassian.confluence.renderer.radeox.macros.junit.report with parameters of type TestCaseFailureReport Modifier and Type Method Description voidAbstractTestReport. setFailure(TestCaseFailureReport failure)voidTestCaseReport. setFailure(TestCaseFailureReport failure)voidTestReport. setFailure(TestCaseFailureReport failure)
-