Package net.neoforged.testframework.impl
Class DefaultMarkdownFileSummaryDumper
java.lang.Object
net.neoforged.testframework.impl.DefaultMarkdownFileSummaryDumper
- All Implemented Interfaces:
FileSummaryDumper,SummaryDumper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionoutputPath(ResourceLocation frameworkId) 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
-
Constructor Details
-
DefaultMarkdownFileSummaryDumper
public DefaultMarkdownFileSummaryDumper()
-
-
Method Details
-
outputPath
- Specified by:
outputPathin interfaceFileSummaryDumper
-
write
public void write(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer) throws Exception - Specified by:
writein interfaceFileSummaryDumper- Throws:
Exception
-