Interface FileSummaryDumper
- All Superinterfaces:
SummaryDumper
- All Known Implementing Classes:
DefaultMarkdownFileSummaryDumper,GitHubActionsStepSummaryDumper,JUnitSummaryDumper
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddump(TestSummary summary, org.slf4j.Logger logger) outputPath(ResourceLocation frameworkId) voidwrite(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer) Methods inherited from interface net.neoforged.testframework.summary.SummaryDumper
enabled
-
Method Details
-
outputPath
-
write
- Throws:
Exception
-
dump
- Specified by:
dumpin interfaceSummaryDumper
-