Uses of Class
hudson.plugins.testlink.parser.testng.Test

Packages that use Test
hudson.plugins.testlink.parser.testng   
hudson.plugins.testlink.result.testng   
 

Uses of Test in hudson.plugins.testlink.parser.testng
 

Methods in hudson.plugins.testlink.parser.testng that return types with arguments of type Test
 java.util.List<Test> Suite.getTests()
          Retrieves the list of tags.
 

Methods in hudson.plugins.testlink.parser.testng with parameters of type Test
 boolean Suite.addTest(Test test)
          Adds a test into the list of tags.
 boolean Suite.removeTest(Test test)
          Removes a test from the list of tags.
 

Uses of Test in hudson.plugins.testlink.result.testng
 

Methods in hudson.plugins.testlink.result.testng with parameters of type Test
protected  void TestNGClassesTestResultSeeker.processTestNGTest(Test testNGTest, Suite testNGSuite, java.io.File testNGFile)
          Processes a TestNG test.
 



Copyright © 2010-2011 the Jenkins TestLink plug-in team-2011 Jenkins. All Rights Reserved.