org.apache.maven.plugin.assembly.utils
Class ProjectUtilsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.assembly.utils.ProjectUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class ProjectUtilsTest
extends junit.framework.TestCase


Constructor Summary
ProjectUtilsTest()
           
 
Method Summary
 void testGetProjectModules_ShouldExcludeInDirectModuleOfMasterWhenIncludeSubModulesIsFalse()
           
 void testGetProjectModules_ShouldExcludeNonModuleOfMasterProject()
           
 void testGetProjectModules_ShouldIncludeDirectModuleOfMasterProject()
           
 void testGetProjectModules_ShouldIncludeInDirectModuleOfMasterWhenIncludeSubModulesIsTrue()
           
 void testGetProjectModules_ShouldNotIncludeMasterProject()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectUtilsTest

public ProjectUtilsTest()
Method Detail

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


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.