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 GroupAbstractTestScreen.GroupableList.GroupEntry.groupFields 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 GroupModifierConstructorDescriptionprivateGroupEntry(Group group) privateGroupEntry(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 GroupTestFrameworkImpl.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 GroupTestFrameworkImpl.TestsImpl.addGroupToParents(Group group) Method parameters in net.neoforged.testframework.impl with type arguments of type GroupModifier and TypeMethodDescriptionprivate voidCommands.parseGroupable(CommandSourceStack stack, String id, Consumer<Group> isGroup, Consumer<Test> isTest)