C# Class StoryTeller.Html.StoryTellerTableTag

Inheritance: HtmlTags.TableTag
Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
StoryTellerTableTag ( Table table, IStep step ) : System
WritePreview ( ITestContext context ) : void
WriteResults ( ITestContext context ) : void
WriteSetVerificationResults ( SetVerification verification, ITestContext context ) : void

Private Methods

Method Description
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

Method Details

StoryTellerTableTag() public method

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

WritePreview() public method

public WritePreview ( ITestContext context ) : void
context ITestContext
return void

WriteResults() public method

public WriteResults ( ITestContext context ) : void
context ITestContext
return void

WriteSetVerificationResults() public method

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