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.StatusMethods in net.neoforged.testframework that return Test.StatusModifier and TypeMethodDescriptiondefault 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, 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 static String
SummaryDumper.colouredStatusResult
(Test.Status status) 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)