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

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

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

Methods in hudson.plugins.testlink.parser.junit that return types with arguments of type TestSuite
 java.util.List<TestSuite> JUnitXmlHandler.getSuite()
          Retrieves a linked list with parsed Test Suites.
 java.util.List<TestSuite> JUnitParser.parse(java.io.InputStream inputStream)
           
 

Methods in hudson.plugins.testlink.parser.junit with parameters of type TestSuite
protected  void JUnitParser.validateJUnitTestSuite(TestSuite suite)
          Validates a JUnit Test Suite.
 

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

Classes in hudson.plugins.testlink.result.junit with type parameters of type TestSuite
 class JUnitSuitesTestResultSeeker<T extends TestSuite>
          Seeks for test results of JUnit test suites.
 

Fields in hudson.plugins.testlink.result.junit with type parameters of type TestSuite
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 TestSuite
 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 TestSuite
protected  void JUnitSuitesTestResultSeeker.findTestResults(TestSuite junitSuite, br.eti.kinoshita.testlinkjavaapi.model.TestCase testLinkTestCase, java.io.File junitFile)
          Looks for test results in a JUnit suite.
protected  br.eti.kinoshita.testlinkjavaapi.model.ExecutionStatus JUnitSuitesTestResultSeeker.getJUnitExecutionStatus(TestSuite testSuite)
          Gets the execution status of the JUnit suite.
protected  java.lang.String JUnitSuitesTestResultSeeker.getJUnitNotes(TestSuite testSuite)
          Gets the notes about the JUnit suite.
protected  void JUnitTestCasesTestResultSeeker.processJUnitSuite(TestSuite junitSuite, java.io.File junitFile)
          Finds a test result for a given JUnit suite.
protected  void JUnitSuitesTestResultSeeker.processJUnitSuite(TestSuite junitSuite, java.io.File junitFile)
          Processes JUnit suite.
 

Method parameters in hudson.plugins.testlink.result.junit with type arguments of type TestSuite
protected  void JUnitSuitesTestResultSeeker.addOrUpdate(TestCaseWrapper<TestSuite> 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.