C# 클래스 StoryTeller.Workspace.ResultPersistor

상속: IResultPersistor
파일 보기 프로젝트 열기: adymitruk/storyteller 1 사용 예제들

공개 메소드들

메소드 설명
ClearResults ( IProject project ) : void
FileNameFor ( System.Test test ) : string
FileNameFor ( string locator ) : string
LoadResults ( IProject project ) : ResultHistory
LoadResults ( string directory ) : ResultHistory
SaveResult ( IProject project, System.Test test, StoryTeller.Engine.TestResult result ) : void
SaveResult ( StoryTeller.Engine.TestResult result, System.Test test, string folder ) : void
SaveResultsToDirectory ( ResultHistory theResults, string directory ) : void

비공개 메소드들

메소드 설명
folderFor ( IProject project ) : string

메소드 상세

ClearResults() 공개 메소드

public ClearResults ( IProject project ) : void
project IProject
리턴 void

FileNameFor() 공개 정적인 메소드

public static FileNameFor ( System.Test test ) : string
test System.Test
리턴 string

FileNameFor() 공개 정적인 메소드

public static FileNameFor ( string locator ) : string
locator string
리턴 string

LoadResults() 공개 메소드

public LoadResults ( IProject project ) : ResultHistory
project IProject
리턴 ResultHistory

LoadResults() 공개 메소드

public LoadResults ( string directory ) : ResultHistory
directory string
리턴 ResultHistory

SaveResult() 공개 메소드

public SaveResult ( IProject project, System.Test test, StoryTeller.Engine.TestResult result ) : void
project IProject
test System.Test
result StoryTeller.Engine.TestResult
리턴 void

SaveResult() 공개 정적인 메소드

public static SaveResult ( StoryTeller.Engine.TestResult result, System.Test test, string folder ) : void
result StoryTeller.Engine.TestResult
test System.Test
folder string
리턴 void

SaveResultsToDirectory() 공개 메소드

public SaveResultsToDirectory ( ResultHistory theResults, string directory ) : void
theResults ResultHistory
directory string
리턴 void