SharpUnit.UnityTestCase.MarkAsFailure C# (CSharp) Method

MarkAsFailure() protected method

protected MarkAsFailure ( TestException e ) : void
e TestException
return void
        protected void MarkAsFailure(TestException e)
        {
            _Failed = true;
            _Exception = e;
        }