Package net.neoforged.testframework.impl
Class FrameworkCollectors.Tests
java.lang.Object
net.neoforged.testframework.impl.FrameworkCollectors.Tests
- Enclosing class:
- FrameworkCollectors
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Testspublic Tests()
 
- 
- 
Method Details- 
forClassesWithAnnotationpublic static List<Test> forClassesWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) 
- 
forMethodsWithAnnotationpublic static List<Test> forMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) 
- 
forGameTestMethodsWithAnnotationpublic static List<Test> forGameTestMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) 
- 
eventTestMethodsWithAnnotationpublic static List<Test> eventTestMethodsWithAnnotation(net.neoforged.fml.ModContainer container, Class<? extends Annotation> annotation) 
 
-