Uses of Class
hudson.plugins.testlink.result.TestCaseWrapper

Packages that use TestCaseWrapper
hudson.plugins.testlink   
hudson.plugins.testlink.result   
hudson.plugins.testlink.result.junit   
hudson.plugins.testlink.result.tap   
hudson.plugins.testlink.result.testng   
 

Uses of TestCaseWrapper in hudson.plugins.testlink
 

Method parameters in hudson.plugins.testlink with type arguments of type TestCaseWrapper
 void TestLinkSite.updateTestCases(java.util.Collection<TestCaseWrapper> testCases)
          Updates the test cases status in TestLink (note and status) and uploads any existing attachments.
 

Uses of TestCaseWrapper in hudson.plugins.testlink.result
 

Methods in hudson.plugins.testlink.result that return types with arguments of type TestCaseWrapper
 java.util.List<TestCaseWrapper<?>> Report.getTestCases()
           
 java.util.Map<java.lang.Integer,TestCaseWrapper> TestResultsCallable.invoke(java.io.File f, hudson.remoting.VirtualChannel channel)
           
abstract  java.util.Map<java.lang.Integer,TestCaseWrapper<T>> TestResultSeeker.seek(java.io.File directory)
          Seeks for Test Results in a directory.
 java.util.Map<java.lang.Integer,TestCaseWrapper> TestResultsCallable.seekTestResults(java.io.File directory)
          Seeks test results in a given directory.
 

Methods in hudson.plugins.testlink.result with parameters of type TestCaseWrapper
 void Report.addTestCase(TestCaseWrapper<?> testCase)
          Adds a Test Case into the list of automated Test Cases.
 

Uses of TestCaseWrapper in hudson.plugins.testlink.result.junit
 

Fields in hudson.plugins.testlink.result.junit with type parameters of type TestCaseWrapper
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<TestCase>> JUnitTestCasesTestResultSeeker.results
          Map of Wrappers for TestLink Test Cases.
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<TestSuite>> JUnitSuitesTestResultSeeker.results
           
 

Methods in hudson.plugins.testlink.result.junit that return types with arguments of type TestCaseWrapper
 java.util.Map<java.lang.Integer,TestCaseWrapper<TestCase>> JUnitTestCasesTestResultSeeker.seek(java.io.File directory)
           
 java.util.Map<java.lang.Integer,TestCaseWrapper<TestSuite>> JUnitSuitesTestResultSeeker.seek(java.io.File directory)
           
 

Methods in hudson.plugins.testlink.result.junit with parameters of type TestCaseWrapper
protected  void JUnitTestCasesTestResultSeeker.addOrUpdate(TestCaseWrapper<TestCase> testResult)
          Adds or updates test result.
protected  void JUnitSuitesTestResultSeeker.addOrUpdate(TestCaseWrapper<TestSuite> testResult)
          Adds a test result to the map of test results.
 

Uses of TestCaseWrapper in hudson.plugins.testlink.result.tap
 

Fields in hudson.plugins.testlink.result.tap with type parameters of type TestCaseWrapper
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<org.tap4j.model.TestSet>> TAPTestResultSeeker.results
           
 

Methods in hudson.plugins.testlink.result.tap that return types with arguments of type TestCaseWrapper
 java.util.Map<java.lang.Integer,TestCaseWrapper<org.tap4j.model.TestSet>> TAPTestResultSeeker.seek(java.io.File directory)
           
 

Methods in hudson.plugins.testlink.result.tap with parameters of type TestCaseWrapper
protected  void TAPTestResultSeeker.addOrUpdate(TestCaseWrapper<org.tap4j.model.TestSet> testResult, java.lang.String tapFileNameWithoutExtension)
          Adds a test result to the map of test results.
 

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

Fields in hudson.plugins.testlink.result.testng with type parameters of type TestCaseWrapper
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<Suite>> TestNGSuitesTestResultSeeker.results
           
protected  java.util.Map<java.lang.Integer,TestCaseWrapper<Class>> TestNGClassesTestResultSeeker.results
          Map of Wrappers for TestLink Test Cases.
 

Methods in hudson.plugins.testlink.result.testng that return types with arguments of type TestCaseWrapper
 java.util.Map<java.lang.Integer,TestCaseWrapper<Suite>> TestNGSuitesTestResultSeeker.seek(java.io.File directory)
           
 java.util.Map<java.lang.Integer,TestCaseWrapper<Class>> TestNGClassesTestResultSeeker.seek(java.io.File directory)
           
 

Methods in hudson.plugins.testlink.result.testng with parameters of type TestCaseWrapper
protected  void TestNGClassesTestResultSeeker.addOrUpdate(TestCaseWrapper<Class> testResult)
          Adds or updates a test result.
protected  void TestNGSuitesTestResultSeeker.addOrUpdate(TestCaseWrapper<Suite> testResult)
          Adds a test result to the map of test results.
 



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