Uses of Package
hudson.plugins.testng.results

Packages that use hudson.plugins.testng.results
hudson.plugins.testng   
hudson.plugins.testng.parser   
hudson.plugins.testng.results   
hudson.plugins.testng.util   
 

Classes in hudson.plugins.testng.results used by hudson.plugins.testng
TestNGResult
          Represents all the results gathered for a single build (or a single suite, while parsing the test results)
 

Classes in hudson.plugins.testng.results used by hudson.plugins.testng.parser
TestNGResult
          Represents all the results gathered for a single build (or a single suite, while parsing the test results)
 

Classes in hudson.plugins.testng.results used by hudson.plugins.testng.results
BaseResult
          Base class that takes care of all the common functionality of the different kinds of test results.
ClassResult
          Handle results related to a single test class
GroupedTestRun
          Class used for rendering Class Results
MethodResult
          Handles result pertaining to a single test method
MethodResultException
           
PackageResult
          Handles package level results
TestNGTestResult
          Represents a single TestNG XML tag
 

Classes in hudson.plugins.testng.results used by hudson.plugins.testng.util
TestNGResult
          Represents all the results gathered for a single build (or a single suite, while parsing the test results)
 



Copyright © 2004-2013. All Rights Reserved.