类 FrameworkCollectors.Tests

java.lang.Object
net.neoforged.testframework.impl.FrameworkCollectors.Tests
封闭类:
FrameworkCollectors

public static final class FrameworkCollectors.Tests extends Object
  • 构造器详细资料

    • Tests

      public Tests()
  • 方法详细资料

    • 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)