org.kuali.rice.krad.util
Class BeanPropertyComparatorTest
java.lang.Object
   org.kuali.rice.krad.util.BeanPropertyComparatorTest
org.kuali.rice.krad.util.BeanPropertyComparatorTest
- public class BeanPropertyComparatorTest 
- extends Object
BeanPropertyComparatorTest tests the BeanPropertyComparator methods
 
 
 
| 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()
- tests that an IllegalArgumentException is thrown when BeanPropertyComparator constructor is passed a empty list
 
- 
 
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 © 2005-2013 The Kuali Foundation. All Rights Reserved.