程序包的使用
cn.taketoday.test.context.aot
程序包
说明
Classes and annotations related to configuring Infra
ApplicationContext for
tests.Ahead-of-time (AOT) support for the Infra TestContext Framework.
Support for context caching within the TestContext Framework.
Support for registering hints for reflection and resources in the
Infra TestContext Framework.
JDBC support classes for the TestContext Framework,
including support for declarative SQL script execution via
@Sql.Support classes for the TestContext Framework.
Web support classes for the TestContext Framework.
-
类说明Filesystem-based ahead-of-time (AOT) processing base implementation that scans the provided classpath roots for Infra integration test classes and then generates AOT artifacts for those test classes in the configured output directories.
-
类说明Holder for metadata specific to ahead-of-time (AOT) support in the Infra TestContext Framework.
MergedContextConfigurationRuntimeHintsregisters run-time hints for standard functionality in the Infra TestContext Framework based onMergedContextConfiguration.Thrown if an error occurs during AOT build-time processing or AOT run-time execution in the Infra TestContext Framework.Extension ofDefaultGenerationContextwith a custom implementation ofTestContextGenerationContext.withName(String)that is specific to the Infra TestContext Framework.Contract for registeringRuntimeHintsfor integration tests run with the Infra TestContext Framework based on theClassLoaderof the deployment unit. -
类说明
AotTestContextInitializersprovides mappings from test classes to AOT-optimized context initializers. -
类说明Contract for registering
RuntimeHintsfor integration tests run with the Infra TestContext Framework based on theClassLoaderof the deployment unit. -
类说明
AotTestExecutionListeneris an extension of theTestExecutionListenerSPI that allows a listener to optionally provide ahead-of-time (AOT) support. -
类说明Strategy interface for loading an
ApplicationContextfor build-time AOT processing as well as run-time AOT execution for an integration test managed by the Infra TestContext Framework.AotTestContextInitializersprovides mappings from test classes to AOT-optimized context initializers. -
类说明Strategy interface for loading an
ApplicationContextfor build-time AOT processing as well as run-time AOT execution for an integration test managed by the Infra TestContext Framework.