Skip to content
Discussion options

You must be logged in to vote

@QuarkusTest is a Quarkus JUnit extension which takes care of Quarkus startup and provides the test instance which is injected into.
If you remove this extension and replace it with @Testcontainers (which is provided by JUnit and not related to Quarkus in any way), then Quarkus functionality will disappear.

Also, I don't see any tests in Quarkus that would use @Testcontainers ATM so I'd say this isn't supported.
Am I right @geoand?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@geoand
Comment options

geoand Sep 22, 2022
Collaborator

@mkouba
Comment options

mkouba Sep 22, 2022
Collaborator

@Samyssmile
Comment options

Answer selected by manovotn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/arc Issue related to ARC (dependency injection) area/testing
4 participants