Tests.Tests.HadError C# (CSharp) Method

HadError() private method

private HadError ( string matchStr = null ) : bool
matchStr string
return bool
        private bool HadError(string matchStr = null)
        {
            return HadErrorOrWarning(matchStr, _errorMessages);
        }
Tests