AspUnitRunner.Core.ResultParser.HasSummaryCellAttributes C# (CSharp) Method

HasSummaryCellAttributes() private static method

private static HasSummaryCellAttributes ( IHtmlElement cell ) : bool
cell IHtmlElement
return bool
        private static bool HasSummaryCellAttributes(IHtmlElement cell)
        {
            return cell.GetAttribute("COLSPAN") == "3";
        }