org.jomc.ant.test
Class ValidateClassesTaskTest

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

public class ValidateClassesTaskTest
extends ClassFileProcessorTaskTest

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

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

Constructor Summary
ValidateClassesTaskTest()
          Creates a new ValidateClassesTaskTest instance.
 
Method Summary
protected  String getBuildFileName()
          Gets the name of the build file backing the test.
 ValidateClassesTask getJomcTask()
          Gets the JomcTask instance tests are performed with.
protected  ValidateClassesTask newJomcTask()
          Creates a new JomcTask instance to test.
 void testClassProcessingDisabled()
           
 void testImplementationNotFound()
           
 void testMissingClassesDirectory()
           
 void testModuleNotFound()
           
 void testSpecificationNotFound()
           
 void testValidateAntTasks()
           
 void testValidateAntTasksAllAttributes()
           
 void testValidateAntTasksBrokenModel()
           
 void testValidateAntTasksWithClasspathref()
           
 void testValidateAntTasksWithNestedClasspath()
           
 void testValidateAntTasksWithRedundantResources()
           
 void testValidateIllegalAntTasks()
           
 void testValidateOneIllegalImplementation()
           
 void testValidateOneIllegalModule()
           
 void testValidateOneIllegalSpecification()
           
 void testValidateOneImplementation()
           
 void testValidateOneModule()
           
 void testValidateOneSpecification()
           
 
Methods inherited from class org.jomc.ant.test.JomcToolTaskTest
testConfigureJomcTool, testGetImplementation, testGetModule, testGetSpecification, testInvalidMultipleLocaleElements, testTemplateParameterMissingKey, testTemplateParameterResourceMissingLocation, testVelocityPropertyMissingKey, testVelocityPropertyResourceMissingLocation
 
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

ValidateClassesTaskTest

public ValidateClassesTaskTest()
Creates a new ValidateClassesTaskTest instance.

Method Detail

getJomcTask

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

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

newJomcTask

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

Overrides:
newJomcTask in class ClassFileProcessorTaskTest
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 ClassFileProcessorTaskTest
Returns:
The the name of the build file backing the test.
See Also:
JomcTaskTest.newProject()

testMissingClassesDirectory

public final void testMissingClassesDirectory()
                                       throws Exception
Throws:
Exception

testSpecificationNotFound

public final void testSpecificationNotFound()
                                     throws Exception
Throws:
Exception

testImplementationNotFound

public final void testImplementationNotFound()
                                      throws Exception
Throws:
Exception

testModuleNotFound

public final void testModuleNotFound()
                              throws Exception
Throws:
Exception

testClassProcessingDisabled

public final void testClassProcessingDisabled()
                                       throws Exception
Throws:
Exception

testValidateAntTasks

public final void testValidateAntTasks()
                                throws Exception
Throws:
Exception

testValidateAntTasksWithRedundantResources

public final void testValidateAntTasksWithRedundantResources()
                                                      throws Exception
Throws:
Exception

testValidateIllegalAntTasks

public final void testValidateIllegalAntTasks()
                                       throws Exception
Throws:
Exception

testValidateOneSpecification

public final void testValidateOneSpecification()
                                        throws Exception
Throws:
Exception

testValidateOneIllegalSpecification

public final void testValidateOneIllegalSpecification()
                                               throws Exception
Throws:
Exception

testValidateOneImplementation

public final void testValidateOneImplementation()
                                         throws Exception
Throws:
Exception

testValidateOneIllegalImplementation

public final void testValidateOneIllegalImplementation()
                                                throws Exception
Throws:
Exception

testValidateOneModule

public final void testValidateOneModule()
                                 throws Exception
Throws:
Exception

testValidateOneIllegalModule

public final void testValidateOneIllegalModule()
                                        throws Exception
Throws:
Exception

testValidateAntTasksWithClasspathref

public final void testValidateAntTasksWithClasspathref()
                                                throws Exception
Throws:
Exception

testValidateAntTasksWithNestedClasspath

public final void testValidateAntTasksWithNestedClasspath()
                                                   throws Exception
Throws:
Exception

testValidateAntTasksAllAttributes

public final void testValidateAntTasksAllAttributes()
                                             throws Exception
Throws:
Exception

testValidateAntTasksBrokenModel

public final void testValidateAntTasksBrokenModel()
                                           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.