public class PropertyHolderTest extends Object
Constructor and Description |
---|
PropertyHolderTest() |
Modifier and Type | Method and Description |
---|---|
void |
testClearProperties_empty() |
void |
testClearProperties_nonEmpty() |
void |
testClearProperty_invalidKey() |
void |
testClearProperty_knownKey() |
void |
testClearProperty_unknownKey() |
void |
testContainsKey_contains() |
void |
testContainsKey_emptyHolder() |
void |
testContainsKey_invalidKey() |
void |
testContainsKey_notContains() |
void |
testGetKeys_empty() |
void |
testGetKeys_nonEmpty() |
void |
testGetProperty_contains() |
void |
testGetProperty_emptyHolder() |
void |
testGetProperty_invalidKey() |
void |
testGetProperty_notContains() |
void |
testIsEmpty_emptyHolder() |
void |
testIsEmpty_notEmptyHolder() |
void |
testLoadProperties_invalidPropertySource() |
void |
testLoadProperties_nullPropertySource() |
void |
testLoadProperties_unknownPropertySource() |
void |
testSetProperty_duplicateKey() |
void |
testSetProperty_invalidKey() |
void |
testSetProperty_invalidValue() |
void |
testSetProperty_uniqueKey() |
public PropertyHolderTest()
public void testIsEmpty_emptyHolder()
public void testIsEmpty_notEmptyHolder()
public void testContainsKey_invalidKey()
public void testContainsKey_emptyHolder()
public void testContainsKey_notContains()
public void testContainsKey_contains()
public void testGetProperty_invalidKey()
public void testGetProperty_emptyHolder()
public void testGetProperty_notContains()
public void testGetProperty_contains()
public void testSetProperty_invalidKey()
public void testSetProperty_invalidValue()
public void testSetProperty_uniqueKey()
public void testSetProperty_duplicateKey()
public void testClearProperty_invalidKey()
public void testClearProperty_unknownKey()
public void testClearProperty_knownKey()
public void testClearProperties_empty()
public void testClearProperties_nonEmpty()
public void testGetKeys_empty()
public void testGetKeys_nonEmpty()
public void testLoadProperties_nullPropertySource()
public void testLoadProperties_invalidPropertySource()
public void testLoadProperties_unknownPropertySource()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.