Uses of Class
net.neoforged.testframework.group.Group
Package
Description
-
Uses of Group in net.neoforged.testframework
Modifier and TypeMethodDescriptionTestFramework.Tests.getOrCreateGroup
(String id) Gets or creates a test group.Modifier and TypeMethodDescriptionTestFramework.Tests.allGroups()
Returns all the registered test groups. -
Uses of Group in net.neoforged.testframework.client
Modifier and TypeFieldDescriptionprivate final Group
AbstractTestScreen.GroupableList.GroupEntry.group
Modifier and TypeMethodDescriptionprivate Stream
<? extends AbstractTestScreen.GroupableList.Entry> AbstractTestScreen.GroupableList.withGroups
(Stream<Test> tests, List<Group> groups) ModifierConstructorDescriptionprivate
GroupEntry
(Group group) private
GroupEntry
(Group group, boolean isTitle) ModifierConstructorDescriptionGroupableList
(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
Modifier and TypeMethodDescriptionprivate Group
TestFrameworkImpl.TestsImpl.addGroupToParents
(Group group) TestFrameworkImpl.TestsImpl.getOrCreateGroup
(String id) Modifier and TypeMethodDescriptionTestFrameworkImpl.TestsImpl.allGroups()
MutableTestFramework.MutableTests.maybeGetGroup
(String id) TestFrameworkImpl.TestsImpl.maybeGetGroup
(String id) Modifier and TypeMethodDescriptionprivate Group
TestFrameworkImpl.TestsImpl.addGroupToParents
(Group group) Modifier and TypeMethodDescriptionprivate void
Commands.parseGroupable
(CommandSourceStack stack, String id, Consumer<Group> isGroup, Consumer<Test> isTest)