Class TestCaseFailureReport
- java.lang.Object
-
- com.atlassian.confluence.renderer.radeox.macros.junit.report.TestCaseFailureReport
-
- Direct Known Subclasses:
JUnitTestCaseFailureReport
public class TestCaseFailureReport extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCaseFailureReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContent()
String
getMessage()
String
getType()
void
setContent(String content)
void
setMessage(String message)
void
setType(String type)
-