Class ScopeArtifactFilterTest


  • public class ScopeArtifactFilterTest
    extends java.lang.Object
    • Constructor Detail

      • ScopeArtifactFilterTest

        public ScopeArtifactFilterTest()
    • Method Detail

      • testExcludedArtifactWithRangeShouldNotCauseNPE

        public void testExcludedArtifactWithRangeShouldNotCauseNPE()
                                                            throws java.lang.Exception
        Throws:
        java.lang.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()