|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResultSeeker | |
---|---|
hudson.plugins.testlink.result | |
hudson.plugins.testlink.result.junit | |
hudson.plugins.testlink.result.tap | |
hudson.plugins.testlink.result.testng |
Uses of TestResultSeeker in hudson.plugins.testlink.result |
---|
Methods in hudson.plugins.testlink.result that return types with arguments of type TestResultSeeker | |
---|---|
java.util.List<TestResultSeeker<?>> |
TestResultsCallable.getTestResultSeekers()
Gets test result seekers. |
Methods in hudson.plugins.testlink.result with parameters of type TestResultSeeker | |
---|---|
void |
TestResultsCallable.addTestResultSeeker(TestResultSeeker<?> testResultSeeker)
Adds a test result seeker. |
Uses of TestResultSeeker in hudson.plugins.testlink.result.junit |
---|
Subclasses of TestResultSeeker in hudson.plugins.testlink.result.junit | |
---|---|
class |
AbstractJUnitTestResultSeeker<T>
|
class |
JUnitSuitesTestResultSeeker<T extends TestSuite>
Seeks for test results of JUnit test suites. |
class |
JUnitTestCasesTestResultSeeker<T extends TestCase>
Seeks for test results of JUnit test cases. |
Uses of TestResultSeeker in hudson.plugins.testlink.result.tap |
---|
Subclasses of TestResultSeeker in hudson.plugins.testlink.result.tap | |
---|---|
class |
TAPTestResultSeeker<T extends TestSet>
Seeks for test results of TAP test sets. |
Uses of TestResultSeeker in hudson.plugins.testlink.result.testng |
---|
Subclasses of TestResultSeeker in hudson.plugins.testlink.result.testng | |
---|---|
class |
AbstractTestNGTestResultSeeker<T>
|
class |
TestNGClassesTestResultSeeker<T extends Class>
Seeks for test results of TestNG tests. |
class |
TestNGSuitesTestResultSeeker<T extends Suite>
Seeks for test results of TestNG suites. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |