Uses of Class
hudson.plugins.testlink.testng.TestMethod

Packages that use TestMethod
hudson.plugins.testlink.testng   
 

Uses of TestMethod in hudson.plugins.testlink.testng
 

Methods in hudson.plugins.testlink.testng that return types with arguments of type TestMethod
 java.util.List<TestMethod> Class.getTestMethods()
          Retrieves the list of tags.
 

Methods in hudson.plugins.testlink.testng with parameters of type TestMethod
 boolean Class.addTestMethod(TestMethod testMethod)
          Adds a test method into the list of tags.
 boolean Class.removeTestMethod(TestMethod testMethod)
          Removes a test method from the list of tags.
 



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