| |
|
| org.apache.commons.betwixt.AbstractTestCase org.apache.commons.betwixt.recursion.TestRecursion
TestRecursion | public class TestRecursion extends AbstractTestCase (Code) | | This will test the recursive behaviour of betwixt.
author: Martin van den Bemt version: $Id: TestRecursion.java 438373 2006-08-30 05:17:21Z bayard $ |
suite | public static Test suite()(Code) | | |
testBeanWithIdProperty | public void testBeanWithIdProperty() throws Exception(Code) | | |
testCycleReferences | public void testCycleReferences() throws Exception(Code) | | |
testCyclicReferenceStack1 | public void testCyclicReferenceStack1() throws Exception(Code) | | Check that a cyclic reference exception is not thrown in this case
|
testCyclicReferenceStack2 | public void testCyclicReferenceStack2() throws Exception(Code) | | This should throw a cyclic reference
|
testReadWithoutCollectionsInElementRoundTrip | public void testReadWithoutCollectionsInElementRoundTrip() throws Exception(Code) | | This will test reading a simple recursive xml file
|
testReadwithCollectionsInElementRoundTrip | public void testReadwithCollectionsInElementRoundTrip() throws Exception(Code) | | This will test reading a simple recursive xml file
|
testRegisterOverflow | public void testRegisterOverflow() throws Exception(Code) | | Tests for a stack overflow bug
|
testRegisterOverflow2 | public void testRegisterOverflow2() throws Exception(Code) | | |
|
|
|