TNG / ArchUnit

A Java architecture test library, to specify and assert architecture rules in plain Java
http://archunit.org
Apache License 2.0
3.17k stars 287 forks source link

run archunit-junit5 integration tests non-deprecated #1263

Closed codecholeric closed 5 months ago

codecholeric commented 5 months ago

We had used the JUnit 4 compatible JUnitPlatform runner to run archunit-junit5 examples programmatically for the integration tests. This class is now deprecated, and it also makes no sense to couple running the tests to the old JUnit 4 infrastructure. Thus, we switch this to LauncherFactory to run it the recommended way.