C# Class StoryTeller.Persistence.TestWriter

Inheritance: ITestWriter
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
Write ( Test test ) : XmlDocument
WriteToFile ( Test test, string fileName ) : void
WriteToJson ( Test test ) : string

Method Details

Write() public method

public Write ( Test test ) : XmlDocument
test Test
return System.Xml.XmlDocument

WriteToFile() public method

public WriteToFile ( Test test, string fileName ) : void
test Test
fileName string
return void

WriteToJson() public method

public WriteToJson ( Test test ) : string
test Test
return string