|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase groovy.util.GroovyTestCase junitx.ddtunit.DDTTestCase junitx.ddtunit.functest.ProcessCollectionTypeTest
public class ProcessCollectionTypeTest
Test class for checking read facilities of collection type xml resource objects.
Field Summary |
---|
Fields inherited from class groovy.util.GroovyTestCase |
---|
TEST_SCRIPT_NAME_PREFIX |
Constructor Summary | |
---|---|
ProcessCollectionTypeTest()
|
Method Summary | |
---|---|
protected void |
initContext()
|
void |
testArrayFromCollection()
|
void |
testDoubleNestedCollectionInAssert()
Test assert behavior with empty nested collection as reported by bug 1773974 |
void |
testIdentifyCollection()
|
void |
testNestedVoWithCollection()
Test verifies parsing behavior of Bug 1898143 on sourceforge |
void |
testReadNestedCollection()
Test reading of nested collections. |
void |
testReadNestedMixedType()
Test reading of nested collections. |
void |
testReadNullVector()
|
void |
testReadVector()
Test reading simple java.util.Vector object from xml
resource. |
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 |
---|
public ProcessCollectionTypeTest()
Method Detail |
---|
protected void initContext()
initContext
in class DDTTestCase
public void testReadVector()
java.util.Vector
object from xml
resource.
public void testReadNullVector()
public void testReadNestedCollection()
public void testReadNestedMixedType()
public void testArrayFromCollection()
public void testDoubleNestedCollectionInAssert() throws Exception
Exception
public void testIdentifyCollection() throws Exception
Exception
public void testNestedVoWithCollection() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |