Skip to content

Commit

Permalink
Update TestingRules.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock authored Jun 6, 2024
1 parent 1d6d2f7 commit a35811d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private TestingRules() {

static List<DynamicTest> testingRules(ArchUnitTestsConfig config) {
return List.of(
dynamicTest("All test classes should be package private",
dynamicTest("All test classes should end with Test or IT",
() -> classes()
.that().areNotInterfaces().and(nameMatching(".*Test").or(nameMatching(".*IT")))
.should(bePackagePrivate())
Expand Down

0 comments on commit a35811d

Please sign in to comment.