Slackbot
09/22/2023, 4:15 PMAdam
09/22/2023, 6:23 PMuseJUnitPlatform()
? Exampleperry
09/22/2023, 6:53 PMsrc/test/java
, and add the TestContainer dependencies to testImplementation()
, I actually see the same exact result as I did in the functionalTest
sourceset. Simply by adding the dependencies + one test file that uses a TestContainer and none of the previously working unit tests are called - the report just shows 0 tests/failures/ignored. Really odd .
Based on that, I should be able to put together a simple reproduction project to share and get more ideas (and figure out where to file an issue). Will update this thread when that happens.David Ankin
09/23/2023, 6:13 PMperry
09/25/2023, 7:14 PM