ArchUnit-Examples icon indicating copy to clipboard operation
ArchUnit-Examples copied to clipboard

Examples for ArchUnit (A Java architecture test library, to specify and assert architecture rules in plain Java)

Results 4 ArchUnit-Examples issues
Sort by recently updated
recently updated
newest added

Generate more readable names in the test report by replacing underscores in the original rule names by space

Based on an example provided in https://github.com/TNG/ArchUnit/issues/235, this example aims to help people who are working on similar use cases in their projects.

IntelliJ IDEA did not offer to execute the `example-junit5` tests directly from the IDE, but adding the `junit-jupiter-api` dependency changed this inconvenient behavior (currently observed with IntelliJ IDEA 2023.2 and...

The previously used [Gradle 7.2](https://github.com/gradle/gradle/releases/tag/v7.2.0) was from August 2021. This PR updates to the current release [Gradle 8.5](https://github.com/gradle/gradle/releases/tag/v8.5.0).