|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestResult | |
---|---|
org.tap4j.ext.testng | |
org.tap4j.model | |
org.tap4j.representer |
Uses of TestResult in org.tap4j.ext.testng |
---|
Methods in org.tap4j.ext.testng that return TestResult | |
---|---|
static TestResult |
TestNGTapUtils.generateTAPTestResult(org.testng.ITestResult testResult,
Integer number)
Generates a TAP TestResult from a given TestNG TestResult. |
Methods in org.tap4j.ext.testng with parameters of type TestResult | |
---|---|
static void |
TestNGTapUtils.createTestNGYAMLishData(TestResult testResult,
org.testng.ITestResult testNgTestResult)
Inserts TestNG YAMLish diagnostic information into a TAP TestResult. |
static void |
TestNGTapUtils.setTapTestResultStatus(TestResult tapTestResult,
int status)
Sets the StatusValue into a TAP TestResult. |
Uses of TestResult in org.tap4j.model |
---|
Methods in org.tap4j.model that return TestResult | |
---|---|
TestResult |
TestSet.getTestResult(Integer testNumber)
|
Methods in org.tap4j.model that return types with arguments of type TestResult | |
---|---|
List<TestResult> |
TestSet.getTestResults()
|
Methods in org.tap4j.model with parameters of type TestResult | |
---|---|
boolean |
TestSet.addTestResult(TestResult testResult)
Adds a TestResult into the list of TestResults. |
boolean |
TestSet.removeTestResult(TestResult testResult)
Removes a Test Result from the list. |
Uses of TestResult in org.tap4j.representer |
---|
Methods in org.tap4j.representer with parameters of type TestResult | |
---|---|
protected void |
Tap13Representer.printTestResult(PrintWriter pw,
TestResult testResult)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |