Class TestSuiteReport
- java.lang.Object
-
- com.atlassian.confluence.renderer.radeox.macros.junit.report.AbstractTestReport
-
- com.atlassian.confluence.renderer.radeox.macros.junit.report.TestSuiteReport
-
- All Implemented Interfaces:
TestReport
public class TestSuiteReport extends AbstractTestReport
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.renderer.radeox.macros.junit.report.AbstractTestReport
debugMessage, failure, passMessage
-
-
Constructor Summary
Constructors Constructor Description TestSuiteReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTest(TestReport test)TestReportgetCurrentTest()intgetErrorsCount()intgetFailuresCount()StringgetName()MapgetProperties()StringgetProperty(String key)StringgetSystemError()StringgetSystemOutput()ListgetTestCases()intgetTestsCount()longgetTime()intgetTotalErrorsCount()intgetTotalFailuresCount()intgetTotalTestsCount()voidputProperty(String key, String value)voidsetName(String name)voidsetSystemError(String systemError)voidsetSystemOutput(String systemOutput)-
Methods inherited from class com.atlassian.confluence.renderer.radeox.macros.junit.report.AbstractTestReport
getDebugMessage, getErrorRate, getFailure, getFailureRate, getPassMessage, getSuccessRate, getTimeAsString, setDebugMessage, setFailure, setPassMessage
-
-
-
-
Method Detail
-
addTest
public void addTest(TestReport test)
-
getTestCases
public List getTestCases()
-
getProperties
public Map getProperties()
-
getSystemError
public String getSystemError()
-
setSystemError
public void setSystemError(String systemError)
-
getSystemOutput
public String getSystemOutput()
-
setSystemOutput
public void setSystemOutput(String systemOutput)
-
getErrorsCount
public int getErrorsCount()
-
getFailuresCount
public int getFailuresCount()
-
getTotalErrorsCount
public int getTotalErrorsCount()
-
getTotalFailuresCount
public int getTotalFailuresCount()
-
getName
public String getName()
-
setName
public void setName(String name)
-
getTotalTestsCount
public int getTotalTestsCount()
-
getTestsCount
public int getTestsCount()
-
getTime
public long getTime()
-
getCurrentTest
public TestReport getCurrentTest()
-
-