com.lexicalscope.fluentreflection.bean.endtoend
Class TestBeanMap

java.lang.Object
  extended by com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMap

public class TestBeanMap
extends Object


Constructor Summary
TestBeanMap()
           
 
Method Summary
 void beanWithoutPropertiesGivesNotEmptyMap()
           
 void beanWithoutPropertiesHasZeroSize()
           
 void beanWithPropertiesGivesNotEmptyMap()
           
 void beanWithPropertiesHasCorrectSize()
           
 void cannotRemoveFromEntrySet()
           
 void cannotRemoveFromEntrySetIterator()
           
 void cannotRemoveFromKeySet()
           
 void cannotRemoveFromKeySetIterator()
           
 void changesToReadOnlyPropertyAreReturnedByMap()
           
 void changesToWriteOnlyPropertyAreIgnoredByMap()
           
 void clearIsUnsupported()
           
 void containsChangedReadableValues()
           
 void containsInitialReadableValues()
           
 void doesNotContainsWriteOnlyValues()
           
 void entrySetAllowsValuesToBeChanged()
           
 void entrySetContainsAllPropertiesAndReadableValues()
           
 void getNonExistentPropertyGivesNull()
           
 void initalValueOfPropertyIsZero()
           
 void initalValueOfReadOnlyPropertyIsNull()
           
 void initalValueOfWriteOnlyPropertyIsNull()
           
 void keySetContainsAllProperties()
           
 void propertyIsPresent()
           
 void putAllIgnoresReadOnlyProperties()
           
 void putAllUpdatesWritableProperties()
           
 void putAllWithNonExistentPropertyThrowsException()
           
 void putNonExistentPropertyCausesException()
           
 void readOnlyPropertyIsPresent()
           
 void removeIsUnsupported()
           
 void settingValueOfMapReturnsOldValue()
           
 void settingValueOfObjectUpdatesMap()
           
 void settingValueOfPropertyUpdatesObject()
           
 void settingValueOfReadOnlyPropertyInMapReturnsOldValue()
           
 void settingValueOfReadOnlyPropertyIsIgnoredByObject()
           
 void settingValueOfWriteOnlyPropertyInMapReturnsNullValue()
           
 void settingValueOfWriteOnlyPropertyUpdatesObject()
           
 void valuesContainsAllValues()
           
 void writeOnlyPropertyIsPresent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeanMap

public TestBeanMap()
Method Detail

putNonExistentPropertyCausesException

public void putNonExistentPropertyCausesException()

getNonExistentPropertyGivesNull

public void getNonExistentPropertyGivesNull()

propertyIsPresent

public void propertyIsPresent()

initalValueOfPropertyIsZero

public void initalValueOfPropertyIsZero()

settingValueOfPropertyUpdatesObject

public void settingValueOfPropertyUpdatesObject()

settingValueOfObjectUpdatesMap

public void settingValueOfObjectUpdatesMap()

settingValueOfMapReturnsOldValue

public void settingValueOfMapReturnsOldValue()

readOnlyPropertyIsPresent

public void readOnlyPropertyIsPresent()

initalValueOfReadOnlyPropertyIsNull

public void initalValueOfReadOnlyPropertyIsNull()

settingValueOfReadOnlyPropertyIsIgnoredByObject

public void settingValueOfReadOnlyPropertyIsIgnoredByObject()

changesToReadOnlyPropertyAreReturnedByMap

public void changesToReadOnlyPropertyAreReturnedByMap()

settingValueOfReadOnlyPropertyInMapReturnsOldValue

public void settingValueOfReadOnlyPropertyInMapReturnsOldValue()

writeOnlyPropertyIsPresent

public void writeOnlyPropertyIsPresent()

initalValueOfWriteOnlyPropertyIsNull

public void initalValueOfWriteOnlyPropertyIsNull()

settingValueOfWriteOnlyPropertyUpdatesObject

public void settingValueOfWriteOnlyPropertyUpdatesObject()

changesToWriteOnlyPropertyAreIgnoredByMap

public void changesToWriteOnlyPropertyAreIgnoredByMap()

settingValueOfWriteOnlyPropertyInMapReturnsNullValue

public void settingValueOfWriteOnlyPropertyInMapReturnsNullValue()

clearIsUnsupported

public void clearIsUnsupported()

removeIsUnsupported

public void removeIsUnsupported()

containsInitialReadableValues

public void containsInitialReadableValues()

containsChangedReadableValues

public void containsChangedReadableValues()

doesNotContainsWriteOnlyValues

public void doesNotContainsWriteOnlyValues()

valuesContainsAllValues

public void valuesContainsAllValues()

keySetContainsAllProperties

public void keySetContainsAllProperties()

beanWithPropertiesGivesNotEmptyMap

public void beanWithPropertiesGivesNotEmptyMap()

beanWithoutPropertiesGivesNotEmptyMap

public void beanWithoutPropertiesGivesNotEmptyMap()

beanWithPropertiesHasCorrectSize

public void beanWithPropertiesHasCorrectSize()

beanWithoutPropertiesHasZeroSize

public void beanWithoutPropertiesHasZeroSize()

putAllUpdatesWritableProperties

public void putAllUpdatesWritableProperties()

putAllIgnoresReadOnlyProperties

public void putAllIgnoresReadOnlyProperties()

putAllWithNonExistentPropertyThrowsException

public void putAllWithNonExistentPropertyThrowsException()

entrySetContainsAllPropertiesAndReadableValues

public void entrySetContainsAllPropertiesAndReadableValues()

entrySetAllowsValuesToBeChanged

public void entrySetAllowsValuesToBeChanged()

cannotRemoveFromKeySet

public void cannotRemoveFromKeySet()

cannotRemoveFromKeySetIterator

public void cannotRemoveFromKeySetIterator()

cannotRemoveFromEntrySet

public void cannotRemoveFromEntrySet()

cannotRemoveFromEntrySetIterator

public void cannotRemoveFromEntrySetIterator()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.