Uses of Package
org.springframework.test.context.aot
Packages that use org.springframework.test.context.aot
Package
Description
Ahead-of-time (AOT) support for the Spring TestContext Framework.
JDBC support classes for the Spring TestContext Framework,
including support for declarative SQL script execution via
@Sql
.Support classes for the Spring TestContext Framework.
Web support classes for the Spring TestContext Framework.
-
Classes in org.springframework.test.context.aot used by org.springframework.test.context.aotClassDescriptionHolder for metadata specific to ahead-of-time (AOT) support in the Spring TestContext Framework.Thrown if an error occurs during AOT build-time processing or AOT run-time execution in the Spring TestContext Framework.
-
Classes in org.springframework.test.context.aot used by org.springframework.test.context.jdbcClassDescription
AotTestExecutionListener
is an extension of theTestExecutionListener
SPI that allows a listener to optionally provide ahead-of-time (AOT) support. -
Classes in org.springframework.test.context.aot used by org.springframework.test.context.supportClassDescriptionStrategy interface for loading an
ApplicationContext
for build-time AOT processing as well as run-time AOT execution for an integration test managed by the Spring TestContext Framework. -
Classes in org.springframework.test.context.aot used by org.springframework.test.context.webClassDescriptionStrategy interface for loading an
ApplicationContext
for build-time AOT processing as well as run-time AOT execution for an integration test managed by the Spring TestContext Framework.