Checks that #setBean changes the bean and moves the
PropertyChangeListeners to the new bean.
testSetBeanChangesReadWriteState
public void testSetBeanChangesReadWriteState()(Code)
Tests that we can change the read/write state of the bean.
testSetBeanOnWriteOnlyProperty
public void testSetBeanOnWriteOnlyProperty()(Code)
Tests that we can change the bean if we adapt a write-only property.
Changing the bean normally calls the property's getter to request
the old value that is used in the fired PropertyChangeEvent.