Class ModeledAsModuleInContext


  • public class ModeledAsModuleInContext
    extends com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ModeledAsModuleInContext beModeledAsModulesInCML​(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)  
      void check​(com.tngtech.archunit.core.domain.JavaClass javaClass, com.tngtech.archunit.lang.ConditionEvents events)  
      • Methods inherited from class com.tngtech.archunit.lang.ArchCondition

        and, as, finish, forSubtype, forSubType, getDescription, init, or, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • check

        public void check​(com.tngtech.archunit.core.domain.JavaClass javaClass,
                          com.tngtech.archunit.lang.ConditionEvents events)
        Specified by:
        check in class com.tngtech.archunit.lang.ArchCondition<com.tngtech.archunit.core.domain.JavaClass>
      • beModeledAsModulesInCML

        public static ModeledAsModuleInContext beModeledAsModulesInCML​(org.contextmapper.dsl.contextMappingDSL.BoundedContext cmlContext)