Ejemplo n.º 1
0
 public void Should_not_derive_from_INotifyPropertyChanged()
 {
     _result.ShouldNotBeOfType <INotifyPropertyChanged>();
 }