org.kuali.rice.krad.service.impl
Class PropertyHolderTest

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.PropertyHolderTest

public class PropertyHolderTest
extends Object

This class tests the PropertyHolder methods.


Constructor Summary
PropertyHolderTest()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHolderTest

public PropertyHolderTest()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.