Class ArchUnitRuleCatalog
java.lang.Object
ch.nolix.base.testing.archunit.ArchUnitRuleCatalog
Of the
ArchUnitRuleCatalog an instance cannot be created.- Author:
- Silvan Wyss
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.tngtech.archunit.lang.ArchRulestatic final com.tngtech.archunit.lang.ArchRule -
Method Summary
-
Field Details
-
PUBLIC_CLASSES_DO_NOT_CONTAIN_NESTED_CLASSES
public static final com.tngtech.archunit.lang.ArchRule PUBLIC_CLASSES_DO_NOT_CONTAIN_NESTED_CLASSES -
PUBLIC_AND_PACKAGE_VISIBLE_CONSTRUCTORS_DO_NOT_CONTAIN_PARAMETERS
public static final com.tngtech.archunit.lang.ArchRule PUBLIC_AND_PACKAGE_VISIBLE_CONSTRUCTORS_DO_NOT_CONTAIN_PARAMETERS
-