Class ImportOption.DoNotIncludeGradleTestFixtures

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

public static final class ImportOption.DoNotIncludeGradleTestFixtures extends Object implements ImportOption
Best effort ImportOption to omit checking test fixtures defined by the Gradle Test Fixtures Plugin.
NOTE: This excludes all class files residing in some directory ../build/classes/../testFixtures/.. or some JAR matching ../build/libs/..-test-fixtures.jar (the former as it would be added from the file system to the classpath, the latter as it would be added as a JAR library to the classpath)
  • Constructor Details

    • DoNotIncludeGradleTestFixtures

      public DoNotIncludeGradleTestFixtures()
  • Method Details