Exemple #1
0
 public void Should_not_derive_from_INotifyPropertyChanged()
 {
     _result.ShouldNotBeInstanceOf <INotifyPropertyChanged>();
 }