Sysmat
Results
151
comments of
Sysmat
- my test case, produce `TestEngine with ID 'archunit' failed to discover tests` ```java @ArchTest static final ArchRule MDN_SHOULD_NOT_ACCESS_IMPLEMENTATIONS = noClasses() .that() .resideInAPackage("..mdm..") .should() .accessClassesThat() .resideInAPackage("..implementations.."); @ArchTest static final ArchRule...