|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JUnitTestData | |
|---|---|
| org.tap4j.ext.junit | |
| Uses of JUnitTestData in org.tap4j.ext.junit |
|---|
| Methods in org.tap4j.ext.junit with parameters of type JUnitTestData | |
|---|---|
static String |
JUnitYAMLishUtils.getBacktrace(JUnitTestData testMethod)
Get the backtrace from a given failed JUnit test result |
static String |
JUnitYAMLishUtils.getError(JUnitTestData testMethod)
Get the error message from a given failed JUnit test result |
static String |
JUnitYAMLishUtils.getFile(JUnitTestData testMethod)
Get the file name of the tested method |
static String |
JUnitYAMLishUtils.getLine(JUnitTestData testMethod)
Get the line of the error in the exception info |
static String |
JUnitYAMLishUtils.getMessage(JUnitTestData testMethod)
Generate a message with the name of the tested method |
static String |
JUnitYAMLishUtils.getName(JUnitTestData testMethod)
Get tested method name |
static String |
JUnitYAMLishUtils.getSeverity(JUnitTestData testMethod)
Get the severity of the test |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||