Class AbstractPatternArtifactFilterTest

java.lang.Object
org.apache.maven.shared.artifact.filter.AbstractPatternArtifactFilterTest
Direct Known Subclasses:
PatternExcludesArtifactFilterTest, PatternIncludesArtifactFilterTest

public abstract class AbstractPatternArtifactFilterTest extends Object
  • Constructor Details

    • AbstractPatternArtifactFilterTest

      public AbstractPatternArtifactFilterTest()
  • Method Details

    • createFilter

      protected abstract org.apache.maven.artifact.resolver.filter.ArtifactFilter createFilter(List<String> patterns)
    • createFilter

      protected abstract org.apache.maven.artifact.resolver.filter.ArtifactFilter createFilter(List<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()
    • testWithVersionRange

      public void testWithVersionRange()
    • testmassembly955

      public void testmassembly955()