C# 클래스 AspUnitRunner.Core.ResultParser

상속: IResultParser
파일 보기 프로젝트 열기: mhenry07/ASPUnitRunner

공개 메소드들

메소드 설명
Parse ( string htmlResults ) : IResults
ResultParser ( IHtmlDocumentFactory htmlDocumentFactory ) : System

비공개 메소드들

메소드 설명
HasDetailRowClass ( IHtmlElement row ) : bool
HasSummaryCellAttributes ( IHtmlElement cell ) : bool
IsDetailRow ( IHtmlElement row, IHtmlCollection cells ) : bool
IsSummaryRow ( IHtmlElement row, IHtmlCollection cells ) : bool
ParseDetail ( IHtmlCollection cells ) : IResultDetail
ParseMatchedInt ( Match match, string matchGroupName ) : int
ParseResultType ( string text ) : ResultType
ParseRow ( IHtmlElement row ) : void
ParseSummary ( string text ) : void
ParseSummaryValues ( Match match ) : void
ParseTable ( IHtmlElement table ) : void

메소드 상세

Parse() 공개 메소드

public Parse ( string htmlResults ) : IResults
htmlResults string
리턴 IResults

ResultParser() 공개 메소드

public ResultParser ( IHtmlDocumentFactory htmlDocumentFactory ) : System
htmlDocumentFactory IHtmlDocumentFactory
리턴 System