public class ObjectPropertyUtilsTest extends ProcessLoggingUnitTest
processLogRule| Constructor and Description |
|---|
ObjectPropertyUtilsTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setup() |
static void |
teardown() |
void |
testBulk() |
void |
testCanonicalPath() |
void |
testClassNavigation() |
void |
testGet() |
void |
testGetAsText() |
void |
testGetPropertyDescriptor() |
void |
testGetterInInterfaceOrSuperHasWiderType()
Verifies (at least when run on Linux in JDK6) our fix for the JDK6 Introspector
bug/shortcoming WRT covariant return types that results in a wider getter method being
preferred over a more specific implementation getter method.
|
void |
testKradUifCollectionGroupBuilder() |
void |
testKradUifTemplateHeaderMetadata() |
void |
testLookup() |
void |
testPathSet() |
void |
testPropertySplitPath() |
void |
testReadWriteCheck() |
void |
testSet() |
void |
testSetBoolean() |
void |
testSetStringMapFromInt() |
getRepetition, getRepetitionspublic ObjectPropertyUtilsTest()
public void testSetBoolean()
public void testGetPropertyDescriptor()
public void testGet()
public void testLookup()
public void testGetAsText() throws Throwable
Throwablepublic void testPathSet()
public void testBulk()
public void testReadWriteCheck()
public void testKradUifTemplateHeaderMetadata()
public void testKradUifCollectionGroupBuilder() throws Throwable
Throwablepublic void testSetStringMapFromInt()
public void testClassNavigation()
public void testPropertySplitPath()
public void testCanonicalPath()
public void testGetterInInterfaceOrSuperHasWiderType()
This makes the type reported by Introspector for read methods depending on the order of Methods depend on the order that they are returned by reflection on a class, which has been demonstrated to vary between platforms.
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.