Uses of Interface
com.atlassian.confluence.renderer.radeox.macros.junit.report.TestReport

Packages that use TestReport
com.atlassian.confluence.renderer.radeox.macros.junit   
com.atlassian.confluence.renderer.radeox.macros.junit.report   
 

Uses of TestReport in com.atlassian.confluence.renderer.radeox.macros.junit
 

Classes in com.atlassian.confluence.renderer.radeox.macros.junit that implement TestReport
 class JUnitTestCaseReport
           
 

Uses of TestReport in com.atlassian.confluence.renderer.radeox.macros.junit.report
 

Classes in com.atlassian.confluence.renderer.radeox.macros.junit.report that implement TestReport
 class AbstractTestReport
           
 class TestCaseReport
          Encapsulates a Test Case that can have child test cases.
 class TestSuiteReport
           
 

Methods in com.atlassian.confluence.renderer.radeox.macros.junit.report that return TestReport
 TestReport TestSuiteReport.getCurrentTest()
           
 TestReport TestReport.getCurrentTest()
           
 TestReport TestCaseReport.getCurrentTest()
           
 TestReport TestSuite.getReport()
           
 

Methods in com.atlassian.confluence.renderer.radeox.macros.junit.report with parameters of type TestReport
 void TestSuiteReport.addTest(TestReport test)
           
 void TestReport.addTest(TestReport report)
           
 void TestCaseReport.addTest(TestReport test)
           
 

Constructors in com.atlassian.confluence.renderer.radeox.macros.junit.report with parameters of type TestReport
TestSuite(TestReport report)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.