Class JUnitSummaryDumper
java.lang.Object
net.neoforged.testframework.summary.JUnitSummaryDumper
- All Implemented Interfaces:
FileSummaryDumper,SummaryDumper
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoutputPath(ResourceLocation frameworkId) private ElementtoElement(Document document, String path, JUnitSummaryDumper.TestCase testCase) private ElementtoElement(Document document, JUnitSummaryDumper.TestSuite suite) voidwrite(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, waitMethods inherited from interface net.neoforged.testframework.summary.FileSummaryDumper
dumpMethods inherited from interface net.neoforged.testframework.summary.SummaryDumper
enabled
-
Field Details
-
outputDir
-
-
Constructor Details
-
JUnitSummaryDumper
-
-
Method Details
-
outputPath
- Specified by:
outputPathin interfaceFileSummaryDumper
-
write
public void write(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer) throws ParserConfigurationException, TransformerException - Specified by:
writein interfaceFileSummaryDumper- Throws:
ParserConfigurationExceptionTransformerException
-
toElement
-
toElement
-