Class JUnitSummaryDumper
java.lang.Object
net.neoforged.testframework.summary.JUnitSummaryDumper
- All Implemented Interfaces:
FileSummaryDumper
,SummaryDumper
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
private static class
private static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionoutputPath
(ResourceLocation frameworkId) private Element
toElement
(Document document, String path, JUnitSummaryDumper.TestCase testCase) private Element
toElement
(Document document, JUnitSummaryDumper.TestSuite suite) void
write
(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.testframework.summary.FileSummaryDumper
dump
Methods inherited from interface net.neoforged.testframework.summary.SummaryDumper
enabled
-
Field Details
-
outputDir
-
-
Constructor Details
-
JUnitSummaryDumper
-
-
Method Details
-
outputPath
- Specified by:
outputPath
in interfaceFileSummaryDumper
-
write
public void write(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer) throws ParserConfigurationException, TransformerException - Specified by:
write
in interfaceFileSummaryDumper
- Throws:
ParserConfigurationException
TransformerException
-
toElement
-
toElement
-