Class PatternIncludesArtifactFilterTest
- java.lang.Object
-
- org.apache.maven.shared.artifact.filter.AbstractPatternArtifactFilterTest
-
- org.apache.maven.shared.artifact.filter.PatternIncludesArtifactFilterTest
-
public class PatternIncludesArtifactFilterTest extends AbstractPatternArtifactFilterTest
-
-
Constructor Summary
Constructors Constructor Description PatternIncludesArtifactFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ArtifactFiltercreateFilter(List<String> patterns)protected ArtifactFiltercreateFilter(List<String> patterns, boolean actTransitively)protected booleanisInclusionNotExpected()-
Methods inherited from class org.apache.maven.shared.artifact.filter.AbstractPatternArtifactFilterTest
testIncludeWhenPatternMatchesDepTrailWithTransitivityUsingNonColonWildcard, testShouldIncludeDirectlyMatchedArtifactByDependencyConflictId, testShouldIncludeDirectlyMatchedArtifactByGroupIdArtifactId, testShouldIncludeJarsWithAndWithoutClassifier, testShouldIncludeTransitiveDependencyWhenWildcardMatchesButDoesntMatchParent, testShouldIncludeWhenPatternMatchesDependencyTrailAndTransitivityIsEnabled, testShouldIncludeWhenWildcardCoversPartOfGroupIdAndEverythingElse, testShouldIncludeWhenWildcardMatchesInsideSequence, testShouldIncludeWhenWildcardMatchesMiddleOfArtifactId, testShouldIncludeWhenWildcardMatchesOutsideSequence, testShouldNotIncludeWhenArtifactIdDiffers, testShouldNotIncludeWhenBothIdElementsDiffer, testShouldNotIncludeWhenGroupIdDiffers, testShouldNotIncludeWhenNegativeMatch, testShouldTriggerBothPatternsWithNonColonWildcards, testShouldTriggerBothPatternsWithWildcards, testWithVersionRange
-
-
-
-
Method Detail
-
createFilter
protected ArtifactFilter createFilter(List<String> patterns)
- Specified by:
createFilterin classAbstractPatternArtifactFilterTest
-
createFilter
protected ArtifactFilter createFilter(List<String> patterns, boolean actTransitively)
- Specified by:
createFilterin classAbstractPatternArtifactFilterTest
-
isInclusionNotExpected
protected boolean isInclusionNotExpected()
- Specified by:
isInclusionNotExpectedin classAbstractPatternArtifactFilterTest
-
-