junitx.ddtunit.functest
Class ProcessConstantValuesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by groovy.util.GroovyTestCase
              extended by junitx.ddtunit.DDTTestCase
                  extended by junitx.ddtunit.functest.ProcessConstantValuesTest
All Implemented Interfaces:
junit.framework.Test, IDDTTestCase

public class ProcessConstantValuesTest
extends DDTTestCase

Test reading/instanciation of objects by defining a constructor call.

Author:
jg

Field Summary
 
Fields inherited from class groovy.util.GroovyTestCase
TEST_SCRIPT_NAME_PREFIX
 
Constructor Summary
ProcessConstantValuesTest(String name)
           
 
Method Summary
protected  void initContext()
           
 void testConstantsAsContainerEntries()
          Test retrieval of objects with different types of constructors.
 void testConstantsAsObjectsAndFields()
          Test retrieval of objects with different types of constructors.
 void testEnumerationElement()
           
 void testJDK5Enumerator()
          Test creation of Java 5 Enumeration type
 
Methods inherited from class junitx.ddtunit.DDTTestCase
addObjectToAssert, assertObject, assertObject, countMethodTests, getGlobalObject, getGlobalObject, getObject, getObject, getResourceObject, getResourceObject, getTestName, initTestData, initTestData, run, run, runBare, runInfo, runMethodTest, runTest, setTestName, validateAsserts
 
Methods inherited from class groovy.util.GroovyTestCase
assertArrayEquals, assertContains, assertContains, assertEquals, assertEquals, assertEquals, assertInspect, assertLength, assertLength, assertLength, assertScript, assertToString, fixEOLs, getMethodName, getName, getTestClassName, notYetImplemented, notYetImplemented, shouldFail, shouldFail, shouldFailWithCause
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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, 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
 
Methods inherited from interface junitx.ddtunit.IDDTTestCase
getName
 

Constructor Detail

ProcessConstantValuesTest

public ProcessConstantValuesTest(String name)
Parameters:
name - of testmethod to execute
Method Detail

initContext

protected void initContext()
Specified by:
initContext in class DDTTestCase

testConstantsAsObjectsAndFields

public void testConstantsAsObjectsAndFields()
Test retrieval of objects with different types of constructors. Using generic and simple structures.


testConstantsAsContainerEntries

public void testConstantsAsContainerEntries()
Test retrieval of objects with different types of constructors.


testJDK5Enumerator

public void testJDK5Enumerator()
                        throws Exception
Test creation of Java 5 Enumeration type

Throws:
Exception

testEnumerationElement

public void testEnumerationElement()
                            throws Exception
Throws:
Exception


Copyright © 2004-2011. All Rights Reserved.