Interface FileSummaryDumper

All Superinterfaces:
SummaryDumper
All Known Implementing Classes:
DefaultMarkdownFileSummaryDumper, GitHubActionsStepSummaryDumper, JUnitSummaryDumper

public interface FileSummaryDumper extends SummaryDumper
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    dump(TestSummary summary, org.slf4j.Logger logger)
     
    outputPath(net.minecraft.resources.ResourceLocation frameworkId)
     
    void
    write(TestSummary summary, org.slf4j.Logger logger, PrintWriter writer)
     

    Methods inherited from interface net.neoforged.testframework.summary.SummaryDumper

    enabled