public class TestNGMethodNameResultSeeker extends AbstractTestNGResultSeeker
Seeks for test results matching each TestNG Method name with the key custom field.
Skips TestNG Method that were disabled.
| Modifier and Type | Class and Description |
|---|---|
static class |
TestNGMethodNameResultSeeker.DescriptorImpl |
FAIL, PASS, SKIPincludePattern| Constructor and Description |
|---|
TestNGMethodNameResultSeeker(String includePattern,
boolean markSkippedTestAsBlocked) |
| Modifier and Type | Method and Description |
|---|---|
void |
seek(TestCaseWrapper[] automatedTestCases,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener,
TestopiaSite testopia)
Seeks for Test Results in a directory.
|
isMarkSkippedTestAsBlocked, setMarkSkippedTestAsBlockedall, allExcept, compareTo, getBase64FileContent, getDescriptor, getIncludePattern, scan@DataBoundConstructor public TestNGMethodNameResultSeeker(String includePattern, boolean markSkippedTestAsBlocked)
includePattern - markSkippedTestAsBlocked - public void seek(TestCaseWrapper[] automatedTestCases, hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener, TestopiaSite testopia) throws ResultSeekerException
ResultSeekerSeeks for Test Results in a directory. It tries to match the includePattern with files in this directory.
It looks for results using the include pattern, but this value is matched within the workspace. It means that your result files have to be relative to your workspace.
For each result found, it is automatically updated in Testopia.
seek in class ResultSeekerlistener - Build listener for loggingtestopia - Testopia site for updating test statusResultSeekerExceptionCopyright © 2012-2013 Jenkins CI. All Rights Reserved.