| Package | Description |
|---|---|
| org.tap4j.plugin | |
| org.tap4j.plugin.model |
| Modifier and Type | Method and Description |
|---|---|
List<TestSetMap> |
TapResult.getParseErrorTestSets() |
List<TestSetMap> |
TapResult.getTestSets() |
| Constructor and Description |
|---|
TapResult(String name,
hudson.model.AbstractBuild<?,?> owner,
List<TestSetMap> testSets,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParseErrorTestSetMap
A test set map that failed to parse.
|
| Constructor and Description |
|---|
TapTestResultResult(hudson.model.AbstractBuild<?,?> owner,
TestSetMap testSetMap,
org.tap4j.model.TestResult tapTestResult,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests) |
Copyright © 2011-2014 Jenkins. All Rights Reserved.