public class PojoPluginTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PojoPluginTest.TestCollectionHolder
Test class that holds a collection, but trying to get it results in a
NestedNullException.
|
static class |
PojoPluginTest.TestCollectionHolder2
Test class that holds a collection, but trying to get it results in a
NestedNullException.
|
static class |
PojoPluginTest.TestCollectionHolderHolder
Ugly name, but it holds a TestCollectionHolder
|
Constructor and Description |
---|
PojoPluginTest() |
Modifier and Type | Method and Description |
---|---|
void |
testGenerateIndexedPropertyNonList()
Tests that original IndexOutOfBoundsException is thrown when the property is not a List
|
void |
testGenerateIndexedPropertyNonPBO()
Tests that original IndexOutOfBoundsException is thrown when the bean is not a PersistableBusinessObject
|
void |
testGetChildCollectionThrowsNestedNullException()
Testing scenario that was not working in the linked issue off of
KULRICE-6877: KualiMaintainbleImpl#performCollectionForceUpperCase blowing up
|
void |
testNestedNullIsWriteable()
Testing scenario that isWriteable blows up with NestedNullException when property value is null
KULRICE-6877: KualiMaintainbleImpl#performCollectionForceUpperCase blowing up
|
void |
testUndefinedOJBClass() |
public PojoPluginTest()
public void testGetChildCollectionThrowsNestedNullException() throws Exception
Testing scenario that was not working in the linked issue off of KULRICE-6877: KualiMaintainbleImpl#performCollectionForceUpperCase blowing up
Exception
public void testNestedNullIsWriteable() throws Exception
Testing scenario that isWriteable blows up with NestedNullException when property value is null KULRICE-6877: KualiMaintainbleImpl#performCollectionForceUpperCase blowing up
Exception
public void testGenerateIndexedPropertyNonPBO() throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
public void testGenerateIndexedPropertyNonList() throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
public void testUndefinedOJBClass()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.