File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
framework-docs/modules/ROOT/pages/testing/testcontext-framework Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ following features.
14
14
testing annotations -- as long as the tests are run using a JUnit Platform
15
15
`TestEngine` that is registered for the current project.
16
16
* Build-time AOT processing: each unique test `ApplicationContext` in the current project
17
- will be xref:core/aot.adoc#refresh[refreshed for AOT processing].
17
+ will be xref:core/aot.adoc#aot. refresh[refreshed for AOT processing].
18
18
* Runtime AOT support: when executing in AOT runtime mode, a Spring integration test will
19
19
use an AOT-optimized `ApplicationContext` that participates transparently with the
20
20
xref:testing/testcontext-framework/ctx-management/caching.adoc[context cache].
@@ -35,7 +35,7 @@ the following options.
35
35
via {api-spring-framework}/context/annotation/ImportRuntimeHints.html[`@ImportRuntimeHints`].
36
36
* Annotate a test class with {api-spring-framework}/aot/hint/annotation/Reflective.html[`@Reflective`] or
37
37
{api-spring-framework}/aot/hint/annotation/RegisterReflectionForBinding.html[`@RegisterReflectionForBinding`].
38
- * See xref:core/aot.adoc#hints[Runtime Hints] for details on Spring's core runtime hints
38
+ * See xref:core/aot.adoc#aot. hints[Runtime Hints] for details on Spring's core runtime hints
39
39
and annotation support.
40
40
41
41
[TIP]
You can’t perform that action at this time.
0 commit comments