Introduce TestRuntimeHintsRegistrar in the TestContext framework #29069
Labels
in: test
Issues in the test module
theme: aot
An issue related to Ahead-of-time processing
type: enhancement
A general enhancement
Milestone
Although
org.springframework.aot.hint.RuntimeHintsRegistrar
can be implemented to register general hints that should be applied for all testing infrastructure, certain use cases require access to test classes and theMergedContextConfiguration
in order to register appropriate hints.In light of that, we need to introduce
TestRuntimeHintsRegistrar
as a companion toRuntimeHintsRegistrar
.The text was updated successfully, but these errors were encountered: