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
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)
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)
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.tngtech.archunit.core.importer.ImportOption
ImportOption.DoNotIncludeArchives, ImportOption.DoNotIncludeGradleTestFixtures, ImportOption.DoNotIncludeJars, ImportOption.DoNotIncludePackageInfos, ImportOption.DoNotIncludeTests, ImportOption.OnlyIncludeTests, ImportOption.Predefined -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DoNotIncludeGradleTestFixtures
public DoNotIncludeGradleTestFixtures()
-
-
Method Details
-
includes
- Specified by:
includesin interfaceImportOption
-