[BAEL-4381] Intro to ArchUnit
Code formatting
This commit is contained in:
parent
2911201832
commit
4dcdc59646
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user