类 StandardTestRuntimeHints
java.lang.Object
cn.taketoday.test.context.hint.StandardTestRuntimeHints
- 所有已实现的接口:
TestRuntimeHintsRegistrar
TestRuntimeHintsRegistrar implementation that registers run-time hints
for standard functionality in the Infra TestContext Framework.- 从以下版本开始:
- 4.0
- 作者:
- Sam Brannen, Harry Yang
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private voidregisterDeclaredConstructors(Class<?> type, cn.taketoday.aot.hint.RuntimeHints runtimeHints) voidregisterHints(cn.taketoday.aot.hint.RuntimeHints runtimeHints, Class<?> testClass, ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
-
构造器详细资料
-
StandardTestRuntimeHints
StandardTestRuntimeHints()
-
-
方法详细资料
-
registerHints
public void registerHints(cn.taketoday.aot.hint.RuntimeHints runtimeHints, Class<?> testClass, ClassLoader classLoader) 从接口复制的说明:TestRuntimeHintsRegistrarContribute hints to the givenRuntimeHintsinstance.- 指定者:
registerHints在接口中TestRuntimeHintsRegistrar- 参数:
runtimeHints- theRuntimeHintsto usetestClass- the test class to processclassLoader- the classloader to use
-
registerDeclaredConstructors
private void registerDeclaredConstructors(Class<?> type, cn.taketoday.aot.hint.RuntimeHints runtimeHints)
-