Uses of Enum Class
net.neoforged.testframework.Test.Result
Package
Description
-
Uses of Test.Result in net.neoforged.testframework
Modifier and TypeFieldDescriptionprivate final Test.Result
Test.Status.result
The field for theresult
record component.Modifier and TypeMethodDescriptionTest.Status.result()
Returns the value of theresult
record component.static Test.Result
Returns the enum constant of this class with the specified name.static Test.Result[]
Test.Result.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionStatus
(Test.Result result, String message) Creates an instance of aStatus
record class. -
Uses of Test.Result in net.neoforged.testframework.client
Modifier and TypeFieldDescription(package private) static final Map
<Test.Result, ResourceLocation> TestsOverlay.ICON_BY_RESULT
-
Uses of Test.Result in net.neoforged.testframework.impl
Modifier and TypeMethodDescriptiondefault ClickEvent
MutableTestFramework.setStatusCommand
(String testId, Test.Result result, String message) -
Uses of Test.Result in net.neoforged.testframework.summary
Modifier and TypeMethodDescriptionprotected String
GitHubActionsStepSummaryDumper.formatStatus
(Test.Result result, boolean optional)