Class GitHubActionsStepSummaryDumper
java.lang.Object
net.neoforged.testframework.summary.GitHubActionsStepSummaryDumper
- All Implemented Interfaces:
FileSummaryDumper
,SummaryDumper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
enabled
(TestSummary summary) protected String
formatStatus
(Test.Result result, boolean optional) private static String
getDescription
(TestSummary.TestInfo failedTest) outputPath
(ResourceLocation frameworkId) 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
-
Field Details
-
Constructor Details
-
Method Details
-
outputPath
- Specified by:
outputPath
in interfaceFileSummaryDumper
-
enabled
- Specified by:
enabled
in interfaceSummaryDumper
-
write
- Specified by:
write
in interfaceFileSummaryDumper
-
formatStatus
-
getDescription
-