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 TypeMethodDescriptionbooleanenabled(TestSummary summary) protected StringformatStatus(Test.Result result, boolean optional) private static StringgetDescription(TestSummary.TestInfo failedTest) outputPath(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
dump
-
Field Details
-
heading
-
-
Constructor Details
-
GitHubActionsStepSummaryDumper
public GitHubActionsStepSummaryDumper() -
GitHubActionsStepSummaryDumper
-
GitHubActionsStepSummaryDumper
-
-
Method Details
-
outputPath
- Specified by:
outputPathin interfaceFileSummaryDumper
-
enabled
- Specified by:
enabledin interfaceSummaryDumper
-
write
- Specified by:
writein interfaceFileSummaryDumper
-
formatStatus
-
getDescription
-