C# Class IInteractive.WebConsole.Results.WebTestXmlWriter

Show file Open project: iinteractive/IInteractive.WebTest Class Usage Examples

Public Methods

Method Description
Write ( Stream stream, TestRunType testRun ) : void
Write ( TextWriter writer, TestRunType testRun ) : void
Write ( XmlWriter writer, TestRunType testRun ) : void

Private Methods

Method Description
WebTestXmlWriter ( ) : System

Method Details

Write() public method

public Write ( Stream stream, TestRunType testRun ) : void
stream Stream
testRun TestRunType
return void

Write() public method

public Write ( TextWriter writer, TestRunType testRun ) : void
writer System.IO.TextWriter
testRun TestRunType
return void

Write() public method

public Write ( XmlWriter writer, TestRunType testRun ) : void
writer System.Xml.XmlWriter
testRun TestRunType
return void