Package org.fuin.ddd4j.junit
Class Ddd4JConditions
java.lang.Object
org.fuin.ddd4j.junit.Ddd4JConditions
Defines ArchUnit conditions for classes depending on this library.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.tngtech.archunit.lang.ArchRuleVerifies the rules that are required forDomainEventclasses.static final com.tngtech.archunit.lang.ArchRuleVerifies the rules that are required forEntityIdclasses. -
Method Summary
-
Field Details
-
DOMAIN_EVENT_RULES
@PublicAPI(usage=ACCESS) public static final com.tngtech.archunit.lang.ArchRule DOMAIN_EVENT_RULESVerifies the rules that are required forDomainEventclasses. -
ENTITY_ID_RULES
@PublicAPI(usage=ACCESS) public static final com.tngtech.archunit.lang.ArchRule ENTITY_ID_RULESVerifies the rules that are required forEntityIdclasses.
-