SharpUnit.UnityTestCase.DoneTesting C# (CSharp) Method

DoneTesting() protected method

protected DoneTesting ( ) : void
return void
        protected void DoneTesting()
        {
            _Failed = false;
        }