Class ProjectUtilsTest

java.lang.Object
org.apache.maven.plugins.assembly.utils.ProjectUtilsTest

public class ProjectUtilsTest extends Object
  • Constructor Details

    • ProjectUtilsTest

      public ProjectUtilsTest()
  • Method Details

    • testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject

      public void testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject() throws IOException
      Throws:
      IOException
    • testGetProjectModules_ShouldNotIncludeMasterProject

      public void testGetProjectModules_ShouldNotIncludeMasterProject() throws IOException
      Throws:
      IOException
    • testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue

      public void testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue() throws IOException
      Throws:
      IOException
    • testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse

      public void testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse() throws IOException
      Throws:
      IOException
    • testGetProjectModules_ShouldExcludeNonModuleOfMasterProject

      public void testGetProjectModules_ShouldExcludeNonModuleOfMasterProject() throws IOException
      Throws:
      IOException