C# 클래스 StoryTeller.Html.StoryTellerTableTag

상속: HtmlTags.TableTag
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
StoryTellerTableTag ( Table table, IStep step ) : System
WritePreview ( ITestContext context ) : void
WriteResults ( ITestContext context ) : void
WriteSetVerificationResults ( SetVerification verification, ITestContext context ) : void

비공개 메소드들

메소드 설명
rows ( ) : IEnumerable
writeExceptionText ( string text ) : void
writePreviewRow ( IStep step, ITestContext context ) : void
writeResultsRow ( IStep step, ITestContext context ) : void
writeVerificationResultRow ( StoryTeller.Engine.Sets.SetRow setRow, ITestContext context, bool ordered ) : void

메소드 상세

StoryTellerTableTag() 공개 메소드

public StoryTellerTableTag ( Table table, IStep step ) : System
table StoryTeller.Model.Table
step IStep
리턴 System

WritePreview() 공개 메소드

public WritePreview ( ITestContext context ) : void
context ITestContext
리턴 void

WriteResults() 공개 메소드

public WriteResults ( ITestContext context ) : void
context ITestContext
리턴 void

WriteSetVerificationResults() 공개 메소드

public WriteSetVerificationResults ( SetVerification verification, ITestContext context ) : void
verification StoryTeller.Model.SetVerification
context ITestContext
리턴 void