Tag: junit
JUnit @Issue annotation
I was looking to an equivalent to Spock @Issue
annotation for JUnit 5, and I found JUnit Pioneer.
Disable Testcontainers JUnit 5 tests without Docker
Testcontainers Junit5 integration allows you to toggle these tests by annotating them with @Testcontainers(disabledWithoutDocker = true)
Disable transaction wrapping with @MicronautTest
Use transactional false to avoid wrapping the test execution in a transaction.