public void ApplyCanBeInterceptedAfterApplication()
 {
     var sut = new ApplyInterceptorAggregateRootEntity();
     Assert.That(sut.AfterApplyWasCalled, Is.True);
 }
예제 #2
0
            public void ApplyCanBeInterceptedAfterApplication()
            {
                var sut = new ApplyInterceptorAggregateRootEntity();

                Assert.That(sut.AfterApplyWasCalled, Is.True);
            }