org.kuali.rice.krad.service.impl
Class PropertyHolderTest
java.lang.Object
org.kuali.rice.krad.service.impl.PropertyHolderTest
public class PropertyHolderTest
- extends Object
This class tests the PropertyHolder methods.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHolderTest
public PropertyHolderTest()
testIsEmpty_emptyHolder
public void testIsEmpty_emptyHolder()
testIsEmpty_notEmptyHolder
public void testIsEmpty_notEmptyHolder()
testContainsKey_invalidKey
public void testContainsKey_invalidKey()
testContainsKey_emptyHolder
public void testContainsKey_emptyHolder()
testContainsKey_notContains
public void testContainsKey_notContains()
testContainsKey_contains
public void testContainsKey_contains()
testGetProperty_invalidKey
public void testGetProperty_invalidKey()
testGetProperty_emptyHolder
public void testGetProperty_emptyHolder()
testGetProperty_notContains
public void testGetProperty_notContains()
testGetProperty_contains
public void testGetProperty_contains()
testSetProperty_invalidKey
public void testSetProperty_invalidKey()
testSetProperty_invalidValue
public void testSetProperty_invalidValue()
testSetProperty_uniqueKey
public void testSetProperty_uniqueKey()
testSetProperty_duplicateKey
public void testSetProperty_duplicateKey()
testClearProperty_invalidKey
public void testClearProperty_invalidKey()
testClearProperty_unknownKey
public void testClearProperty_unknownKey()
testClearProperty_knownKey
public void testClearProperty_knownKey()
testClearProperties_empty
public void testClearProperties_empty()
testClearProperties_nonEmpty
public void testClearProperties_nonEmpty()
testGetKeys_empty
public void testGetKeys_empty()
testGetKeys_nonEmpty
public void testGetKeys_nonEmpty()
testLoadProperties_nullPropertySource
public void testLoadProperties_nullPropertySource()
testLoadProperties_invalidPropertySource
public void testLoadProperties_invalidPropertySource()
testLoadProperties_unknownPropertySource
public void testLoadProperties_unknownPropertySource()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.