C# Class StoryTeller.Html.StoryTellerTableTag

Inheritance: HtmlTags.TableTag
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public StoryTellerTableTag ( Table table, IStep step ) : System
table StoryTeller.Model.Table
step IStep
Résultat System

WritePreview() public méthode

public WritePreview ( ITestContext context ) : void
context ITestContext
Résultat void

WriteResults() public méthode

public WriteResults ( ITestContext context ) : void
context ITestContext
Résultat void

WriteSetVerificationResults() public méthode

public WriteSetVerificationResults ( SetVerification verification, ITestContext context ) : void
verification StoryTeller.Model.SetVerification
context ITestContext
Résultat void