Aspectacular.Test.AspectacularTest.TestInterceptedException C# (CSharp) Method

TestInterceptedException() private method

private TestInterceptedException ( ) : void
return void
        public void TestInterceptedException()
        {
            var someCls = new SomeTestClass(new DateTime(2010, 2, 5));
            someCls.GetProxy(TestAspects).Invoke(instance => instance.ThrowFailure());
        }