org.jomc.ant.test
Class MergeModulesTaskTest

Package class diagram package MergeModulesTaskTest
java.lang.Object
  extended by org.jomc.ant.test.JomcTaskTest
      extended by org.jomc.ant.test.JomcModelTaskTest
          extended by org.jomc.ant.test.MergeModulesTaskTest

public class MergeModulesTaskTest
extends JomcModelTaskTest

Test cases for class org.jomc.ant.MergeModulesTask.

Version:
$JOMC: MergeModulesTaskTest.java 3879 2011-10-24 00:59:27Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
MergeModulesTaskTest()
          Creates a new MergeModulesTaskTest instance.
 
Method Summary
protected  String getBuildFileName()
          Gets the name of the build file backing the test.
 MergeModulesTask getJomcTask()
          Gets the JomcTask instance tests are performed with.
protected  MergeModulesTask newJomcTask()
          Creates a new JomcTask instance to test.
 void testExclusionMissingModuleName()
           
 void testInclusionMissingModuleName()
           
 void testIsModuleExcluded()
           
 void testIsModuleIncluded()
           
 void testMergeModules()
           
 void testMergeModulesAllAttributes()
           
 void testMergeModulesExclusion()
           
 void testMergeModulesInclusion()
           
 void testMergeModulesUnsupportedResource()
           
 void testMergeModulesWithIllegalTransformationResultStylesheet()
           
 void testMergeModulesWithNoopStylesheet()
           
 void testMergeModulesWithRedundantResources()
           
 void testMissingModuleFile()
           
 void testMissingModuleName()
           
 
Methods inherited from class org.jomc.ant.test.JomcModelTaskTest
testModuleResourceMissingLocation
 
Methods inherited from class org.jomc.ant.test.JomcTaskTest
executeTarget, getAntExecutor, getOutputDirectory, getProject, newAntExecutor, newProject, setUp, tearDown, testAssertKeysNotNull, testAssertLocationsNotNull, testAssertNamesNotNull, testAssertNotNull, testCloneable, testExecuteTask, testExecuteTaskIf, testExecuteTaskUnless, testGetModel, testGetProperties, testGetResource, testGetTransformer, testModelContextAttributeMissingKey, testTransformationOutputPropertyMissingKey, testTransformationParameterMissingKey, testTransformationParameterResourceMissingLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeModulesTaskTest

public MergeModulesTaskTest()
Creates a new MergeModulesTaskTest instance.

Method Detail

getJomcTask

public MergeModulesTask getJomcTask()
Gets the JomcTask instance tests are performed with.

Overrides:
getJomcTask in class JomcModelTaskTest
Returns:
The JomcTask instance tests are performed with.
See Also:
JomcTaskTest.newJomcTask()

newJomcTask

protected MergeModulesTask newJomcTask()
Creates a new JomcTask instance to test.

Overrides:
newJomcTask in class JomcModelTaskTest
Returns:
A new JomcTask instance to test.
See Also:
JomcTaskTest.getJomcTask()

getBuildFileName

protected String getBuildFileName()
Gets the name of the build file backing the test.

Overrides:
getBuildFileName in class JomcModelTaskTest
Returns:
The the name of the build file backing the test.
See Also:
JomcTaskTest.newProject()

testMissingModuleFile

public final void testMissingModuleFile()
                                 throws Exception
Throws:
Exception

testMissingModuleName

public final void testMissingModuleName()
                                 throws Exception
Throws:
Exception

testExclusionMissingModuleName

public final void testExclusionMissingModuleName()
                                          throws Exception
Throws:
Exception

testInclusionMissingModuleName

public final void testInclusionMissingModuleName()
                                          throws Exception
Throws:
Exception

testMergeModules

public final void testMergeModules()
                            throws Exception
Throws:
Exception

testMergeModulesWithNoopStylesheet

public final void testMergeModulesWithNoopStylesheet()
                                              throws Exception
Throws:
Exception

testMergeModulesWithRedundantResources

public final void testMergeModulesWithRedundantResources()
                                                  throws Exception
Throws:
Exception

testMergeModulesWithIllegalTransformationResultStylesheet

public final void testMergeModulesWithIllegalTransformationResultStylesheet()
                                                                     throws Exception
Throws:
Exception

testMergeModulesUnsupportedResource

public final void testMergeModulesUnsupportedResource()
                                               throws Exception
Throws:
Exception

testMergeModulesExclusion

public final void testMergeModulesExclusion()
                                     throws Exception
Throws:
Exception

testMergeModulesInclusion

public final void testMergeModulesInclusion()
                                     throws Exception
Throws:
Exception

testMergeModulesAllAttributes

public final void testMergeModulesAllAttributes()
                                         throws Exception
Throws:
Exception

testIsModuleExcluded

public final void testIsModuleExcluded()
                                throws Exception
Throws:
Exception

testIsModuleIncluded

public final void testIsModuleIncluded()
                                throws Exception
Throws:
Exception


Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.