Class AddDependencySetsTaskTest

java.lang.Object
org.apache.maven.plugins.assembly.archive.task.AddDependencySetsTaskTest

public class AddDependencySetsTaskTest extends Object
  • Field Details

    • temporaryFolder

      public org.junit.rules.TemporaryFolder temporaryFolder
  • Constructor Details

    • AddDependencySetsTaskTest

      public AddDependencySetsTaskTest()
  • Method Details

    • testAddDependencySet_ShouldInterpolateDefaultOutputFileNameMapping

      public void testAddDependencySet_ShouldInterpolateDefaultOutputFileNameMapping() throws Exception
      Throws:
      Exception
    • testAddDependencySet_ShouldNotAddDependenciesWhenProjectHasNone

      public void testAddDependencySet_ShouldNotAddDependenciesWhenProjectHasNone() throws Exception
      Throws:
      Exception
    • testAddDependencySet_ShouldNotAddDependenciesWhenProjectIsStubbed

      public void testAddDependencySet_ShouldNotAddDependenciesWhenProjectIsStubbed() throws Exception
      Throws:
      Exception
    • testAddDependencySet_ShouldAddOneDependencyFromProjectWithoutUnpacking

      public void testAddDependencySet_ShouldAddOneDependencyFromProjectWithoutUnpacking() throws Exception
      Throws:
      Exception
    • testAddDependencySet_ShouldAddOneDependencyFromProjectUnpacked

      public void testAddDependencySet_ShouldAddOneDependencyFromProjectUnpacked() throws Exception
      Throws:
      Exception
    • testGetDependencyArtifacts_ShouldGetOneDependencyArtifact

      public void testGetDependencyArtifacts_ShouldGetOneDependencyArtifact() throws Exception
      Throws:
      Exception
    • testGetDependencyArtifacts_ShouldFilterOneDependencyArtifactViaInclude

      public void testGetDependencyArtifacts_ShouldFilterOneDependencyArtifactViaInclude() throws Exception
      Throws:
      Exception
    • testGetDependencyArtifacts_ShouldIgnoreTransitivePathFilteringWhenIncludeNotTransitive

      public void testGetDependencyArtifacts_ShouldIgnoreTransitivePathFilteringWhenIncludeNotTransitive() throws Exception
      Throws:
      Exception
    • useDefaultExcludes

      public void useDefaultExcludes() throws Exception
      Throws:
      Exception