C# Class StoryTeller.Html.TestHolderTag

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

Public Methods

Method Description
CreateStepHolder ( ) : HtmlTags.HtmlTag
TestHolderTag ( ) : HtmlTags
WriteResults ( Counts counts ) : void
WriteSuiteName ( string suiteName ) : void

Method Details

CreateStepHolder() public method

public CreateStepHolder ( ) : HtmlTags.HtmlTag
return HtmlTags.HtmlTag

TestHolderTag() public method

public TestHolderTag ( ) : HtmlTags
return HtmlTags

WriteResults() public method

public WriteResults ( Counts counts ) : void
counts StoryTeller.Engine.Counts
return void

WriteSuiteName() public method

public WriteSuiteName ( string suiteName ) : void
suiteName string
return void