Package net.neoforged.testframework.impl
Class FrameworkCollectors.Tests
java.lang.Object
net.neoforged.testframework.impl.FrameworkCollectors.Tests
- Enclosing class:
FrameworkCollectors
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioneventTestMethodsWithAnnotation
(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) forClassesWithAnnotation
(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) forGameTestMethodsWithAnnotation
(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) forMethodsWithAnnotation
(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation)
-
Constructor Details
-
Tests
public Tests()
-
-
Method Details
-
forClassesWithAnnotation
public static List<Test> forClassesWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) -
forMethodsWithAnnotation
public static List<Test> forMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) -
forGameTestMethodsWithAnnotation
public static List<Test> forGameTestMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) -
eventTestMethodsWithAnnotation
public static List<Test> eventTestMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation)
-