Uses of Enum Class
net.neoforged.testframework.Test.Result
Packages that use Test.Result
Package
Description
-
Uses of Test.Result in net.neoforged.testframework
Fields in net.neoforged.testframework declared as Test.ResultModifier and TypeFieldDescriptionprivate final Test.ResultTest.Status.resultThe field for theresultrecord component.Methods in net.neoforged.testframework that return Test.ResultModifier and TypeMethodDescriptionTest.Status.result()Returns the value of theresultrecord component.static Test.ResultReturns 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.Constructors in net.neoforged.testframework with parameters of type Test.ResultModifierConstructorDescriptionStatus(Test.Result result, String message) Creates an instance of aStatusrecord class. -
Uses of Test.Result in net.neoforged.testframework.client
Fields in net.neoforged.testframework.client with type parameters of type Test.ResultModifier and TypeFieldDescription(package private) static final Map<Test.Result, ResourceLocation> TestsOverlay.ICON_BY_RESULT -
Uses of Test.Result in net.neoforged.testframework.impl
Methods in net.neoforged.testframework.impl with parameters of type Test.ResultModifier and TypeMethodDescriptiondefault ClickEventMutableTestFramework.setStatusCommand(String testId, Test.Result result, String message) -
Uses of Test.Result in net.neoforged.testframework.summary
Methods in net.neoforged.testframework.summary that return Test.ResultMethods in net.neoforged.testframework.summary with parameters of type Test.ResultModifier and TypeMethodDescriptionprotected StringGitHubActionsStepSummaryDumper.formatStatus(Test.Result result, boolean optional)