[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

@ -62,7 +62,6 @@ public class SmurfsArchUnitTest {
.should()
.dependOnClassesThat()
.resideInAPackage("..persistence..");
r1.check(jc);
}
@ -81,10 +80,8 @@ public class SmurfsArchUnitTest {
.whereLayer("Presentation").mayNotBeAccessedByAnyLayer()
.whereLayer("Service").mayOnlyBeAccessedByLayers("Presentation")
.whereLayer("Persistence").mayOnlyBeAccessedByLayers("Service");
arch.check(jc);
}