Method | Description | |
---|---|---|
ClearResults ( IProject project ) : void | ||
FileNameFor ( System.Test test ) : string | ||
FileNameFor ( string locator ) : string | ||
LoadResults ( IProject project ) : |
||
LoadResults ( string directory ) : |
||
SaveResult ( IProject project, System.Test test, StoryTeller.Engine.TestResult result ) : void | ||
SaveResult ( StoryTeller.Engine.TestResult result, System.Test test, string folder ) : void | ||
SaveResultsToDirectory ( |
Method | Description | |
---|---|---|
folderFor ( IProject project ) : string |
public ClearResults ( IProject project ) : void | ||
project | IProject | |
return | void |
public static FileNameFor ( System.Test test ) : string | ||
test | System.Test | |
return | string |
public static FileNameFor ( string locator ) : string | ||
locator | string | |
return | string |
public LoadResults ( IProject project ) : |
||
project | IProject | |
return |
public LoadResults ( string directory ) : |
||
directory | string | |
return |
public SaveResult ( IProject project, System.Test test, StoryTeller.Engine.TestResult result ) : void | ||
project | IProject | |
test | System.Test | |
result | StoryTeller.Engine.TestResult | |
return | void |
public static SaveResult ( StoryTeller.Engine.TestResult result, System.Test test, string folder ) : void | ||
result | StoryTeller.Engine.TestResult | |
test | System.Test | |
folder | string | |
return | void |
public SaveResultsToDirectory ( |
||
theResults | ||
directory | string | |
return | void |