public void should_return_a_field_accessor()
 {
     _result.ShouldBeAnInstanceOf <ReadOnlyPropertyWithPrivateFieldAccesor>();
 }
 public void should_return_a_property_accessor()
 {
     _result.ShouldBeAnInstanceOf <ReadWritePropertyAccessor>();
 }
 public void should_return_a_field_accessor()
 {
     _result.ShouldBeAnInstanceOf <FieldAccessor>();
 }
 public void should_return_a_read_only_property_accessor()
 {
     _result.ShouldBeAnInstanceOf <ReadOnlyPropertyAccessor>();
 }