Class AbstractPatternArtifactFilterTest

    • Constructor Detail

      • AbstractPatternArtifactFilterTest

        public AbstractPatternArtifactFilterTest()
    • Method Detail

      • createFilter

        protected abstract ArtifactFilter createFilter​(java.util.List<java.lang.String> patterns)
      • createFilter

        protected abstract ArtifactFilter createFilter​(java.util.List<java.lang.String> patterns,
                                                       boolean actTransitively)
      • isInclusionNotExpected

        protected abstract boolean isInclusionNotExpected()
      • testShouldTriggerBothPatternsWithWildcards

        public void testShouldTriggerBothPatternsWithWildcards()
      • testShouldTriggerBothPatternsWithNonColonWildcards

        public void testShouldTriggerBothPatternsWithNonColonWildcards()
      • testShouldIncludeDirectlyMatchedArtifactByGroupIdArtifactId

        public void testShouldIncludeDirectlyMatchedArtifactByGroupIdArtifactId()
      • testShouldIncludeDirectlyMatchedArtifactByDependencyConflictId

        public void testShouldIncludeDirectlyMatchedArtifactByDependencyConflictId()
      • testShouldNotIncludeWhenGroupIdDiffers

        public void testShouldNotIncludeWhenGroupIdDiffers()
      • testShouldNotIncludeWhenArtifactIdDiffers

        public void testShouldNotIncludeWhenArtifactIdDiffers()
      • testShouldNotIncludeWhenBothIdElementsDiffer

        public void testShouldNotIncludeWhenBothIdElementsDiffer()
      • testShouldIncludeWhenPatternMatchesDependencyTrailAndTransitivityIsEnabled

        public void testShouldIncludeWhenPatternMatchesDependencyTrailAndTransitivityIsEnabled()
      • testIncludeWhenPatternMatchesDepTrailWithTransitivityUsingNonColonWildcard

        public void testIncludeWhenPatternMatchesDepTrailWithTransitivityUsingNonColonWildcard()
      • testShouldNotIncludeWhenNegativeMatch

        public void testShouldNotIncludeWhenNegativeMatch()
      • testShouldIncludeWhenWildcardMatchesInsideSequence

        public void testShouldIncludeWhenWildcardMatchesInsideSequence()
      • testShouldIncludeWhenWildcardMatchesOutsideSequence

        public void testShouldIncludeWhenWildcardMatchesOutsideSequence()
      • testShouldIncludeWhenWildcardMatchesMiddleOfArtifactId

        public void testShouldIncludeWhenWildcardMatchesMiddleOfArtifactId()
      • testShouldIncludeWhenWildcardCoversPartOfGroupIdAndEverythingElse

        public void testShouldIncludeWhenWildcardCoversPartOfGroupIdAndEverythingElse()
      • testShouldIncludeTransitiveDependencyWhenWildcardMatchesButDoesntMatchParent

        public void testShouldIncludeTransitiveDependencyWhenWildcardMatchesButDoesntMatchParent()
      • testShouldIncludeJarsWithAndWithoutClassifier

        public void testShouldIncludeJarsWithAndWithoutClassifier()