Uses of Class
hudson.plugins.testlink.parser.junit.TestCase

Packages that use TestCase
hudson.plugins.testlink.parser.junit   
hudson.plugins.testlink.result.junit   
 

Uses of TestCase in hudson.plugins.testlink.parser.junit
 

Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type TestCase
 java.util.List<TestCase> TestSuite.getTestCases()
          Retrieves the list of tags.
 

Methods in hudson.plugins.testlink.parser.junit with parameters of type TestCase
 boolean TestSuite.addTestCase(TestCase testCase)
          Adds a test case into the list.
 boolean TestSuite.removeTestCase(TestCase testCase)
          Removes a test case from the list of tags.
 

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

Classes in hudson.plugins.testlink.result.junit with type parameters of type TestCase
 class JUnitTestCasesTestResultSeeker<T extends TestCase>
          Seeks for test results of JUnit test cases.
 

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

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

Methods in hudson.plugins.testlink.result.junit with parameters of type TestCase
protected  void JUnitTestCasesTestResultSeeker.findTestResults(TestCase junitTestCase, java.lang.String testClassOrTestName, br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase, java.io.File junitFile)
          Looks for test results in a JUnit test case.
protected  br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus JUnitTestCasesTestResultSeeker.getJUnitExecutionStatus(TestCase testCase, java.lang.String testClassOrTestName)
          Retrieves the Execution Status of the JUnit test.
protected  java.lang.String JUnitTestCasesTestResultSeeker.getJUnitNotes(TestCase testCase)
          Retrieves the Notes about the JUnit test.
protected  java.lang.String JUnitTestCasesTestResultSeeker.getTestClassOrTestName(TestCase junitTestCase)
          Retrieves the key value for a JUnit test.
protected  void JUnitTestCasesTestResultSeeker.processJUnitTestCase(TestCase junitTestCase, java.io.File junitFile)
          Processes JUnit test case.
 

Method parameters in hudson.plugins.testlink.result.junit with type arguments of type TestCase
protected  void JUnitTestCasesTestResultSeeker.addOrUpdate(TestCaseWrapper<TestCase> testResult)
          Adds or updates test result.
 



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