C# Class ST.CommandLine.PerformanceDataWriter

显示文件 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void

Method Details

WriteCSV() public static method

public static WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
return void

WriteJSON() public static method

public static WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
return void