-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run archunit-junit5 integration tests non-deprecated (#1263)
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.
- Loading branch information
Showing
1 changed file
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters