public class BeanPropertyComparatorTest extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
BeanPropertyComparatorTest.A  | 
static class  | 
BeanPropertyComparatorTest.B  | 
static class  | 
BeanPropertyComparatorTest.C  | 
static class  | 
BeanPropertyComparatorTest.D  | 
| Constructor and Description | 
|---|
BeanPropertyComparatorTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
testCompare_differentCases()  | 
void | 
testCompare_differentDates()  | 
void | 
testCompare_firstNullDates()  | 
void | 
testCompare_oneLevel()  | 
void | 
testCompare_oneProperty_boolean()  | 
void | 
testCompare_oneProperty_integer()  | 
void | 
testCompare_oneProperty_string()  | 
void | 
testCompare_privateProperty()  | 
void | 
testCompare_propertyTypeMismatch()  | 
void | 
testCompare_secondNullDates()  | 
void | 
testCompare_threeLevels()  | 
void | 
testCompare_twoLevels()  | 
void | 
testCompare_unknownPropertyNames()  | 
void | 
testConstructor_emptyList()
tests that an IllegalArgumentException is thrown when BeanPropertyComparator constructor is passed a empty list 
 | 
void | 
testConstructor_nullList()  | 
public BeanPropertyComparatorTest()
public void testConstructor_nullList()
public void testConstructor_emptyList()
public void testCompare_unknownPropertyNames()
public void testCompare_propertyTypeMismatch()
public void testCompare_privateProperty()
public void testCompare_oneProperty_string()
public void testCompare_oneProperty_integer()
public void testCompare_oneProperty_boolean()
public void testCompare_oneLevel()
public void testCompare_twoLevels()
public void testCompare_threeLevels()
public void testCompare_differentCases()
public void testCompare_differentDates() throws ParseException
ParseExceptionpublic void testCompare_firstNullDates() throws ParseException
ParseExceptionpublic void testCompare_secondNullDates() throws ParseException
ParseExceptionCopyright © 2005–2015 The Kuali Foundation. All rights reserved.