/// <summary>
        /// Initialize the target
        /// </summary>
        protected override void GivenThat()
        {
            base.GivenThat();

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

            this.Target = Mock <IDummyPropertyChanged>();
        }