Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Add support for non Spring Boot tests #1170

Closed
snicoll opened this issue Oct 22, 2021 · 2 comments
Closed

Add support for non Spring Boot tests #1170

snicoll opened this issue Oct 22, 2021 · 2 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Contributor

snicoll commented Oct 22, 2021

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.

@snicoll snicoll added type: enhancement A general enhancement theme: aot labels Oct 22, 2021
@snicoll snicoll added this to the 0.11.x milestone Oct 22, 2021
@snicoll
Copy link
Contributor Author

snicoll commented Nov 17, 2021

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.

@sdeleuze sdeleuze assigned snicoll and unassigned sbrannen Nov 29, 2021
@sbrannen
Copy link
Contributor

sbrannen commented Dec 1, 2021

Great work, @snicoll! 👏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement A general enhancement
Development

No branches or pull requests

2 participants