类 StandardTestRuntimeHints

java.lang.Object
cn.taketoday.test.context.hint.StandardTestRuntimeHints
所有已实现的接口:
TestRuntimeHintsRegistrar

class StandardTestRuntimeHints extends Object implements TestRuntimeHintsRegistrar
TestRuntimeHintsRegistrar implementation that registers run-time hints for standard functionality in the Infra TestContext Framework.
从以下版本开始:
4.0
作者:
Sam Brannen, Harry Yang
另请参阅:
  • 构造器详细资料

    • StandardTestRuntimeHints

      StandardTestRuntimeHints()
  • 方法详细资料

    • registerHints

      public void registerHints(cn.taketoday.aot.hint.RuntimeHints runtimeHints, Class<?> testClass, ClassLoader classLoader)
      从接口复制的说明: TestRuntimeHintsRegistrar
      Contribute hints to the given RuntimeHints instance.
      指定者:
      registerHints 在接口中 TestRuntimeHintsRegistrar
      参数:
      runtimeHints - the RuntimeHints to use
      testClass - the test class to process
      classLoader - the classloader to use
    • registerDeclaredConstructors

      private void registerDeclaredConstructors(Class<?> type, cn.taketoday.aot.hint.RuntimeHints runtimeHints)