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

Packages that use AbstractJUnitResultSeeker
hudson.plugins.testlink.result   
 

Uses of AbstractJUnitResultSeeker in hudson.plugins.testlink.result
 

Subclasses of AbstractJUnitResultSeeker in hudson.plugins.testlink.result
 class JUnitCaseClassNameResultSeeker
          Seeks for test results matching each JUnit Case Result class name with the key custom field.
 class JUnitCaseNameResultSeeker
          Seeks for test results matching each JUnit Case Result name with the key custom field.
 class JUnitMethodNameResultSeeker
          Seeks for test results matching each JUnit Case Result class name and method name with the key custom field.
 class JUnitSuiteNameResultSeeker
          Seeks for test results matching each JUnit Suite Result name with the key custom field.
 



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