You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
We don't support anything that's not a SpringBootTestContextBootstrapper and the mapping currently assumes that everything is a Spring Boot test. In the interest of making our support a bit more generic, it would be nice to have an AotTestContextProcessor that handles the TCF as well as a way to create the mapping for multiple implementations.
The text was updated successfully, but these errors were encountered:
FTR, we no longer have an assumption about Spring Boot test for the mapping as this is taken care of by the AotTestContextProcessor implementation now.
We don't support anything that's not a
SpringBootTestContextBootstrapper
and the mapping currently assumes that everything is a Spring Boot test. In the interest of making our support a bit more generic, it would be nice to have anAotTestContextProcessor
that handles the TCF as well as a way to create the mapping for multiple implementations.The text was updated successfully, but these errors were encountered: