Class FrameworkCollectors.Tests

java.lang.Object
net.neoforged.testframework.impl.FrameworkCollectors.Tests
Enclosing class:
FrameworkCollectors

public static final class FrameworkCollectors.Tests extends Object
  • 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)