[BAEL-4381] Intro to ArchUnit

Code formatting
This commit is contained in:
Philippe 2020-07-28 10:30:33 -03:00
parent 2911201832
commit 4dcdc59646
1 changed files with 0 additions and 3 deletions

View File

@ -63,7 +63,6 @@ public class SmurfsArchUnitTest {
.dependOnClassesThat()
.resideInAPackage("..persistence..");
r1.check(jc);
}
@ -82,9 +81,7 @@ public class SmurfsArchUnitTest {
.whereLayer("Service").mayOnlyBeAccessedByLayers("Presentation")
.whereLayer("Persistence").mayOnlyBeAccessedByLayers("Service");
arch.check(jc);
}