コード例 #1
0
 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);
            }