Class | Description |
---|---|
AbstractJUnitResultSeeker | |
AbstractTAPFileNameResultSeeker | |
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 Results.
|
ResultSeekerDescriptor |
Descriptor for TestResultSeeker.
|
TAPFileNameMultiTestPointsResultSeeker |
Seeks for test results matching each TAP file name with the key custom field.
|
TAPFileNameMultiTestPointsResultSeeker.DescriptorImpl | |
TAPFileNameResultSeeker |
Seeks for test results matching each TAP file name with the key
custom field.
|
TAPFileNameResultSeeker.DescriptorImpl | |
TestCaseWrapper | |
TestNGClassNameResultSeeker |
Seeks for test results matching each TestNG Class name with the key
custom field.
|
TestNGClassNameResultSeeker.DescriptorImpl | |
TestNGMethodNameDataProviderNameResultSeeker |
Seeks for test results matching each TestNG Method name and its Data
Provider name with key custom fields.
|
TestNGMethodNameDataProviderNameResultSeeker.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 |
Copyright © 2010–2019 Jenkins. All rights reserved.