Uses of Class
net.neoforged.testframework.group.Group
Packages that use Group
Package
Description
-
Uses of Group in net.neoforged.testframework
Methods in net.neoforged.testframework that return GroupModifier and TypeMethodDescriptionTestFramework.Tests.getOrCreateGroup
(String id) Gets or creates a test group.Methods in net.neoforged.testframework that return types with arguments of type GroupModifier and TypeMethodDescriptionTestFramework.Tests.allGroups()
Returns all the registered test groups. -
Uses of Group in net.neoforged.testframework.client
Fields in net.neoforged.testframework.client declared as GroupModifier and TypeFieldDescriptionprivate final Group
AbstractTestScreen.GroupableList.GroupEntry.group
Fields in net.neoforged.testframework.client with type parameters of type GroupMethod parameters in net.neoforged.testframework.client with type arguments of type GroupModifier and TypeMethodDescriptionprivate Stream
<? extends AbstractTestScreen.GroupableList.Entry> AbstractTestScreen.GroupableList.withGroups
(Stream<Test> tests, List<Group> groups) Constructors in net.neoforged.testframework.client with parameters of type GroupModifierConstructorDescriptionprivate
GroupEntry
(Group group) private
GroupEntry
(Group group, boolean isTitle) Constructor parameters in net.neoforged.testframework.client with type arguments of type GroupModifierConstructorDescriptionGroupableList
(BooleanSupplier isGrouped, List<Group> groups, Supplier<Stream<Test>> tests, Minecraft pMinecraft, int pWidth, int pHeight, int pY, int pItemHeight) TestScreen
(Component title, MutableTestFramework framework, List<Group> groups) -
Uses of Group in net.neoforged.testframework.impl
Fields in net.neoforged.testframework.impl with type parameters of type GroupMethods in net.neoforged.testframework.impl that return GroupModifier and TypeMethodDescriptionprivate Group
TestFrameworkImpl.TestsImpl.addGroupToParents
(Group group) TestFrameworkImpl.TestsImpl.getOrCreateGroup
(String id) Methods in net.neoforged.testframework.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionTestFrameworkImpl.TestsImpl.allGroups()
MutableTestFramework.MutableTests.maybeGetGroup
(String id) TestFrameworkImpl.TestsImpl.maybeGetGroup
(String id) Methods in net.neoforged.testframework.impl with parameters of type GroupModifier and TypeMethodDescriptionprivate Group
TestFrameworkImpl.TestsImpl.addGroupToParents
(Group group) Method parameters in net.neoforged.testframework.impl with type arguments of type GroupModifier and TypeMethodDescriptionprivate void
Commands.parseGroupable
(CommandSourceStack stack, String id, Consumer<Group> isGroup, Consumer<Test> isTest)