Class | Description |
---|---|
AbstractTestNGResultSeeker | |
JUnitCaseClassNameResultSeeker |
Seeks for test results matching each JUnit Case Result class name with
the key custom field.
|
JUnitCaseClassNameResultSeeker.DescriptorImpl | |
JUnitCaseNameResultSeeker |
Seeks for test results matching each JUnit Case Result name with the key
custom field.
|
JUnitCaseNameResultSeeker.DescriptorImpl | |
JUnitMethodNameResultSeeker |
Seeks for test results matching each JUnit Case Result class name and method name with
the key custom field.
|
JUnitMethodNameResultSeeker.DescriptorImpl | |
JUnitSuiteNameResultSeeker |
Seeks for test results matching each JUnit Suite Result name with the key
custom field.
|
JUnitSuiteNameResultSeeker.DescriptorImpl | |
ResultSeeker |
Seeks for test results.
|
ResultSeekerDescriptor |
Descriptor for TestResultSeeker.
|
TAPFileNameResultSeeker |
Seeks for test results matching each TAP file name with the key
custom field.
|
TAPFileNameResultSeeker.DescriptorImpl | |
TestCaseWrapper |
Wrapper for Testopia test case.
|
TestNGClassNameResultSeeker |
Seeks for test results matching each TestNG Class name with the key
custom field.
|
TestNGClassNameResultSeeker.DescriptorImpl | |
TestNGMethodNameResultSeeker |
Seeks for test results matching each TestNG Method name with the key
custom field.
|
TestNGMethodNameResultSeeker.DescriptorImpl | |
TestNGSuiteNameResultSeeker |
Seeks for test results matching each TestNG Suite name with the key
custom field.
|
TestNGSuiteNameResultSeeker.DescriptorImpl |
Exception | Description |
---|---|
ResultSeekerException |
Exception threw while seeking test results.
|
Copyright © 2012-2013 Jenkins CI. All Rights Reserved.