Aspectacular.Test.SomeTestClass.ThrowFailure C# (CSharp) Method

ThrowFailure() public method

public ThrowFailure ( ) : bool
return bool
        public bool ThrowFailure()
        {
            throw new Exception("Expected exception in a test method.");
        }