|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JUnitXMLReporter.TestCase | |
|---|---|
| org.jgroups.util | Provides useful functionality which cannot be assigned to any particular other package. |
| Uses of JUnitXMLReporter.TestCase in org.jgroups.util |
|---|
| Methods in org.jgroups.util with parameters of type JUnitXMLReporter.TestCase | |
|---|---|
protected static java.lang.String |
JUnitXMLReporter.getStatus(JUnitXMLReporter.TestCase tr)
|
protected static void |
JUnitXMLReporter.writeTestCase(java.io.Writer out,
JUnitXMLReporter.TestCase result)
|
| Method parameters in org.jgroups.util with type arguments of type JUnitXMLReporter.TestCase | |
|---|---|
protected static void |
JUnitXMLReporter.generateReport(java.io.Writer out,
java.lang.String classname,
java.util.List<JUnitXMLReporter.TestCase> results,
java.io.Reader stdout,
java.io.Reader stderr)
Generate the XML report from all the test results |
static int |
JUnitXMLReporter.getErrors(java.util.Collection<JUnitXMLReporter.TestCase> results)
|
static int |
JUnitXMLReporter.getFailures(java.util.Collection<JUnitXMLReporter.TestCase> results)
|
static int |
JUnitXMLReporter.getSkips(java.util.Collection<JUnitXMLReporter.TestCase> results)
|
static long |
JUnitXMLReporter.getTotalTime(java.util.Collection<JUnitXMLReporter.TestCase> results)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||