| org.apache.commons.beanutils.LazyDynaClassTestCase
LazyDynaClassTestCase | public class LazyDynaClassTestCase extends TestCase (Code) | | Test Case for the LazyDynaClass implementation class.
author: Niall Pemberton |
LazyDynaClassTestCase | public LazyDynaClassTestCase(String name)(Code) | | Construct a new instance of this test case.
Parameters: name - Name of the test case |
main | public static void main(String[] args)(Code) | | Run this Test
|
setUp | public void setUp() throws Exception(Code) | | Set up instance variables required by this test case.
|
suite | public static Test suite()(Code) | | Return the tests included in this test suite.
|
tearDown | public void tearDown()(Code) | | Tear down instance variables required by this test case.
|
testAddProperty1 | public void testAddProperty1()(Code) | | Test add(name) method
|
testAddProperty2 | public void testAddProperty2()(Code) | | Test add(name, type) method
|
testAddProperty3 | public void testAddProperty3()(Code) | | Test add(name, type, readable, writable) method
|
testAddPropertyNullName1 | public void testAddPropertyNullName1()(Code) | | Test add(name) method with 'null' name
|
testAddPropertyNullName2 | public void testAddPropertyNullName2()(Code) | | Test add(name, type) method with 'null' name
|
testAddPropertyNullName3 | public void testAddPropertyNullName3()(Code) | | Test add(name, type, readable, writable) method with 'null' name
|
testAddPropertyRestricted1 | public void testAddPropertyRestricted1()(Code) | | Test add(name) method when restricted is set to 'true'
|
testAddPropertyRestricted2 | public void testAddPropertyRestricted2()(Code) | | Test add(name, type) method when restricted is set to 'true'
|
testAddPropertyRestricted3 | public void testAddPropertyRestricted3()(Code) | | Test add(name, type, readable, writable) method when restricted is set to 'true'
|
testGetPropertyDoesntExist1 | public void testGetPropertyDoesntExist1()(Code) | | Test retrieving a property which doesn't exist (returnNull is 'false')
|
testGetPropertyDoesntExist2 | public void testGetPropertyDoesntExist2()(Code) | | Test retrieving a property which doesn't exist (returnNull is 'true')
|
testRemoveProperty | public void testRemoveProperty()(Code) | | Test removing a property
|
testRemovePropertyDoesntExist | public void testRemovePropertyDoesntExist()(Code) | | Test removing a property which doesn't exist
|
testRemovePropertyNullName | public void testRemovePropertyNullName()(Code) | | Test removing a property, name is null
|
testRemovePropertyRestricted | public void testRemovePropertyRestricted()(Code) | | Test removing a property, DynaClass is restricted
|
|
|