Uses of Record Class
net.neoforged.testframework.Test.Status
Packages that use Test.Status
Package
Description
-
Uses of Test.Status in net.neoforged.testframework
Fields in net.neoforged.testframework declared as Test.StatusModifier and TypeFieldDescriptionstatic final Test.Status
Test.Status.DEFAULT
static final Test.Status
Test.Status.PASSED
Methods in net.neoforged.testframework that return Test.StatusModifier and TypeMethodDescriptionstatic Test.Status
static Test.Status
Test.Status.passed()
static Test.Status
default Test.Status
DynamicTest.status()
Returns the status of this test.Methods in net.neoforged.testframework with parameters of type Test.StatusModifier and TypeMethodDescriptionvoid
TestFramework.changeStatus
(Test test, Test.Status newStatus, @Nullable Entity changer) Changes the status of a test.default void
TestListener.onStatusChange
(TestFramework framework, Test test, Test.Status oldStatus, Test.Status newStatus, @Nullable Entity changer) This method is called when a test changes its status.default void
DynamicTest.updateStatus
(Test.Status newStatus, @Nullable Entity updater) Updates the status of the test. -
Uses of Test.Status in net.neoforged.testframework.client
Methods in net.neoforged.testframework.client with parameters of type Test.StatusModifier and TypeMethodDescription(package private) static MutableComponent
TestsOverlay.statusColoured
(Component input, Test.Status status) -
Uses of Test.Status in net.neoforged.testframework.impl
Fields in net.neoforged.testframework.impl with type parameters of type Test.StatusModifier and TypeFieldDescriptionprivate final Map
<String, Test.Status> TestFrameworkImpl.TestsImpl.statuses
Methods in net.neoforged.testframework.impl that return Test.StatusModifier and TypeMethodDescriptionMethods in net.neoforged.testframework.impl with parameters of type Test.StatusModifier and TypeMethodDescriptionvoid
TestFrameworkImpl.changeStatus
(Test test, Test.Status newStatus, @Nullable Entity changer) private Component
Commands.formatStatus
(Test.Status status) void
MutableTestFramework.MutableTests.setStatus
(String testId, Test.Status status) void
TestFrameworkImpl.TestsImpl.setStatus
(String testId, Test.Status status) -
Uses of Test.Status in net.neoforged.testframework.impl.packet
Fields in net.neoforged.testframework.impl.packet declared as Test.StatusModifier and TypeFieldDescriptionprivate final Test.Status
ChangeStatusPayload.status
The field for thestatus
record component.Methods in net.neoforged.testframework.impl.packet that return Test.StatusModifier and TypeMethodDescriptionChangeStatusPayload.status()
Returns the value of thestatus
record component.Constructors in net.neoforged.testframework.impl.packet with parameters of type Test.StatusModifierConstructorDescriptionChangeStatusPayload
(MutableTestFramework framework, String testId, Test.Status status) Creates an instance of aChangeStatusPayload
record class. -
Uses of Test.Status in net.neoforged.testframework.impl.test
Methods in net.neoforged.testframework.impl.test that return Test.StatusMethods in net.neoforged.testframework.impl.test with parameters of type Test.StatusModifier and TypeMethodDescriptionvoid
AbstractTest.updateStatus
(Test.Status status, @Nullable Entity changer) -
Uses of Test.Status in net.neoforged.testframework.summary
Fields in net.neoforged.testframework.summary declared as Test.StatusModifier and TypeFieldDescriptionprivate final Test.Status
TestSummary.TestInfo.status
The field for thestatus
record component.Methods in net.neoforged.testframework.summary that return Test.StatusModifier and TypeMethodDescriptionTestSummary.TestInfo.status()
Returns the value of thestatus
record component.Methods in net.neoforged.testframework.summary with parameters of type Test.StatusModifier and TypeMethodDescriptionvoid
TestSummary.Builder.addTest
(String testId, Component name, List<Component> description, Test.Status status, List<String> groups, boolean enabled, boolean manual, boolean required) Constructors in net.neoforged.testframework.summary with parameters of type Test.Status