public void testGetPropertyDescriptor() throws Exception {
   assertEquals(propertyDescriptor, beanObservable.getPropertyDescriptor());
 }
 public void testGetObserved() throws Exception {
   assertEquals(bean, beanObservable.getObserved());
 }