C# Class ST.CommandLine.PerformanceDataWriter

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void

Method Details

WriteCSV() public static méthode

public static WriteCSV ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
Résultat void

WriteJSON() public static méthode

public static WriteJSON ( StoryTeller.Engine.BatchRunResponse results, string file ) : void
results StoryTeller.Engine.BatchRunResponse
file string
Résultat void