Class ScopeArtifactFilterTest

java.lang.Object
org.apache.maven.shared.artifact.filter.ScopeArtifactFilterTest

public class ScopeArtifactFilterTest extends Object
  • Constructor Details

    • ScopeArtifactFilterTest

      public ScopeArtifactFilterTest()
  • Method Details

    • testExcludedArtifactWithRangeShouldNotCauseNPE

      public void testExcludedArtifactWithRangeShouldNotCauseNPE() throws Exception
      Throws:
      Exception
    • testNullScopeDisabled

      public void testNullScopeDisabled()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_TestScope

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_TestScope()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_CompileScope

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_CompileScope()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_RuntimeScope

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_RuntimeScope()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_ProvidedScope

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_ProvidedScope()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_SystemScope

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_SystemScope()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_ProvidedAndRuntimeScopes

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_ProvidedAndRuntimeScopes()
    • testFineGrained_IncludeOnlyScopesThatWereEnabled_SystemAndRuntimeScopes

      public void testFineGrained_IncludeOnlyScopesThatWereEnabled_SystemAndRuntimeScopes()
    • testFineGrainedWithImplications_CompileScopeShouldIncludeOnlyArtifactsWithNullSystemProvidedOrCompileScopes

      public void testFineGrainedWithImplications_CompileScopeShouldIncludeOnlyArtifactsWithNullSystemProvidedOrCompileScopes()
    • testFineGrainedWithImplications_RuntimeScopeShouldIncludeOnlyArtifactsWithNullRuntimeOrCompileScopes

      public void testFineGrainedWithImplications_RuntimeScopeShouldIncludeOnlyArtifactsWithNullRuntimeOrCompileScopes()
    • testFineGrainedWithImplications_TestScopeShouldIncludeAllScopes

      public void testFineGrainedWithImplications_TestScopeShouldIncludeAllScopes()
    • testScopesShouldIncludeArtifactWithSameScope

      public void testScopesShouldIncludeArtifactWithSameScope()
    • testCompileScopeShouldIncludeOnlyArtifactsWithNullSystemProvidedOrCompileScopes

      public void testCompileScopeShouldIncludeOnlyArtifactsWithNullSystemProvidedOrCompileScopes()
    • testRuntimeScopeShouldIncludeOnlyArtifactsWithNullRuntimeOrCompileScopes

      public void testRuntimeScopeShouldIncludeOnlyArtifactsWithNullRuntimeOrCompileScopes()
    • testTestScopeShouldIncludeAllScopes

      public void testTestScopeShouldIncludeAllScopes()
    • testProvidedScopeShouldIncludeOnlyArtifactsWithNullOrProvidedScopes

      public void testProvidedScopeShouldIncludeOnlyArtifactsWithNullOrProvidedScopes()
    • testSystemScopeShouldIncludeOnlyArtifactsWithNullOrSystemScopes

      public void testSystemScopeShouldIncludeOnlyArtifactsWithNullOrSystemScopes()