dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
327 stars 50 forks source link

Remove quarkus-junit4-mock dependency #87

Closed Azdy-dev closed 1 year ago

Azdy-dev commented 1 year ago

Run integration test with Testcontainers without using JUnit4 dependency. https://fullstackcode.dev/2022/08/14/using-testcontainers-without-junit4-dependency/

dasniko commented 1 year ago

I'll removed the custom class mocks early this year with #55 (see comments and linked testcontainers issues) for a reason. I won't merge them now into the project again.

There's a big conversation and issues around testcontainers and junit 4/5... as long as testcontainers doesn't do anything, I won't do anything neither. See also https://github.com/testcontainers/testcontainers-java/issues/5404#issuecomment-1209151101