All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description AnalyzeClasses Specifies which packages/locations should be scanned and tested when running a test with theArchUnitRunner.ArchIgnore Marks rules (annotated with@ArchTest) to be ignored by the test support.ArchRules ArchTest Marks ArchUnit tests to be executed by the test infrastructure.ArchUnitRunner EvaluatesArchRulesagainst the classes inside of the packages specified via@AnalyzeClasseson the annotated test class.CacheMode Determines how the JUnit test support caches classes.
The test support can cache imported classes according to their location between several runs of different test classes, i.e.LocationProvider Allows to provide a custom implementation, that suppliesLocationsto be imported by the JUnit test infrastructure.