示例#1
0
 public void Should_derive_from_INotifyPropertyChanged()
 {
     _result.ShouldBeInstanceOf <INotifyPropertyChanged>();
 }