org.kuali.rice.kns.util
Class BeanPropertyComparatorTest
java.lang.Object
org.kuali.rice.test.BaseRiceTestCase
org.kuali.rice.test.RiceTestCase
org.kuali.rice.test.RiceInternalSuiteDataTestCase
org.kuali.rice.test.BaseModuleTestCase
org.kuali.rice.test.BaselineTestCase
org.kuali.test.KNSTestCase
org.kuali.rice.kns.util.BeanPropertyComparatorTest
- All Implemented Interfaces:
- MethodAware
public class BeanPropertyComparatorTest
- extends KNSTestCase
This class tests the BeanPropertyComparator methods.
Methods inherited from class org.kuali.rice.test.RiceTestCase |
configureLogging, dumpMemory, getBaseDir, getConfigLocations, getFullTestName, getModuleTestConfigLocation, getRiceMasterDefaultConfigFile, getTestHarnessConfig, getTestHarnessSpringBeansLocation, getTestHarnessSpringResourceLoader, loadPerTestData, logAfterRun, logBeforeRun, report, setBaseDirSystemProperty, setClearTables, setModuleName, setUpInternal, startLifecycles, startSuiteDataLoaderLifecycles, stopLifecycles, tearDown |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanPropertyComparatorTest
public BeanPropertyComparatorTest()
testConstructor_nullList
public void testConstructor_nullList()
testConstructor_emptyList
public void testConstructor_emptyList()
testCompare_unknownPropertyNames
public void testCompare_unknownPropertyNames()
testCompare_propertyTypeMismatch
public void testCompare_propertyTypeMismatch()
testCompare_privateProperty
public void testCompare_privateProperty()
testCompare_oneProperty_string
public void testCompare_oneProperty_string()
testCompare_oneProperty_integer
public void testCompare_oneProperty_integer()
testCompare_oneProperty_boolean
public void testCompare_oneProperty_boolean()
testCompare_oneLevel
public void testCompare_oneLevel()
testCompare_twoLevels
public void testCompare_twoLevels()
testCompare_threeLevels
public void testCompare_threeLevels()
testCompare_differentCases
public void testCompare_differentCases()
testCompare_differentDates
public void testCompare_differentDates()
throws ParseException
- Throws:
ParseException
testCompare_firstNullDates
public void testCompare_firstNullDates()
throws ParseException
- Throws:
ParseException
testCompare_secondNullDates
public void testCompare_secondNullDates()
throws ParseException
- Throws:
ParseException
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.