Class ImportOption.OnlyIncludeTests

java.lang.Object
com.tngtech.archunit.core.importer.ImportOption.OnlyIncludeTests
All Implemented Interfaces:
ImportOption
Enclosing interface:
ImportOption

public static final class ImportOption.OnlyIncludeTests extends Object implements ImportOption
Best effort ImportOption to check rules only on test classes.
See ImportOption.DoNotIncludeTests for limitations of test class identification.
  • Constructor Details

    • OnlyIncludeTests

      public OnlyIncludeTests()
  • Method Details