Uses of Class
hudson.plugins.testng.results.ClassResult

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

Uses of ClassResult in hudson.plugins.testng.parser
 

Methods in hudson.plugins.testng.parser with parameters of type ClassResult
 MethodResult ResultPullParserHelper.createTestMethod(org.xmlpull.v1.XmlPullParser xmlPullParser, ClassResult testNGClass)
           
 

Uses of ClassResult in hudson.plugins.testng.results
 

Methods in hudson.plugins.testng.results that return types with arguments of type ClassResult
 java.util.List<ClassResult> TestResult.getClassList()
           
 java.util.List<ClassResult> PackageResult.getClassList()
           
 

Method parameters in hudson.plugins.testng.results with type arguments of type ClassResult
 void TestResult.setClassList(java.util.List<ClassResult> classList)
           
 void PackageResult.setClassList(java.util.List<ClassResult> classList)
           
 



Copyright © 2010. All Rights Reserved.