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.StatusTest.Status.DEFAULTstatic final Test.StatusTest.Status.PASSEDMethods in net.neoforged.testframework that return Test.StatusModifier and TypeMethodDescriptionstatic Test.Statusstatic Test.StatusTest.Status.passed()static Test.Statusdefault Test.StatusDynamicTest.status()Returns the status of this test.Methods in net.neoforged.testframework with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidTestFramework.changeStatus(Test test, Test.Status newStatus, @Nullable Entity changer) Changes the status of a test.default voidTestListener.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 voidDynamicTest.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 MutableComponentTestsOverlay.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.statusesMethods in net.neoforged.testframework.impl that return Test.StatusModifier and TypeMethodDescriptionMethods in net.neoforged.testframework.impl with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidTestFrameworkImpl.changeStatus(Test test, Test.Status newStatus, @Nullable Entity changer) private ComponentCommands.formatStatus(Test.Status status) voidMutableTestFramework.MutableTests.setStatus(String testId, Test.Status status) voidTestFrameworkImpl.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.StatusChangeStatusPayload.statusThe field for thestatusrecord component.Methods in net.neoforged.testframework.impl.packet that return Test.StatusModifier and TypeMethodDescriptionChangeStatusPayload.status()Returns the value of thestatusrecord 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 aChangeStatusPayloadrecord 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 TypeMethodDescriptionvoidAbstractTest.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.StatusTestSummary.TestInfo.statusThe field for thestatusrecord component.Methods in net.neoforged.testframework.summary that return Test.StatusModifier and TypeMethodDescriptionTestSummary.TestInfo.status()Returns the value of thestatusrecord component.Methods in net.neoforged.testframework.summary with parameters of type Test.StatusModifier and TypeMethodDescriptionvoidTestSummary.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