/// <summary> /// Initialize the target /// </summary> protected override void GivenThat() { base.GivenThat(); this.Target = Mock<IDummyPropertyChanged>(); }
/// <summary> /// Initialize the target /// </summary> protected override void GivenThat() { base.GivenThat(); this.Target = Mock <IDummyPropertyChanged>(); }