C# 클래스 StoryTeller.Execution.ProjectTestRunner

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

공개 메소드들

메소드 설명
Dispose ( ) : void
FindTest ( string testPath ) : System.Test
GetLibary ( ) : FixtureLibrary
GetResults ( ) : ResultHistory
LoadProject ( string projectFile ) : void
ProjectTestRunner ( IProject project ) : System
ProjectTestRunner ( string projectFile ) : System
RunAll ( Func selectionFilter, Action callback ) : void
RunAndAssertTest ( string testPath ) : void
RunTest ( string testPath ) : System.Test
WritePreview ( System.Test test ) : string

비공개 메소드들

메소드 설명
initialize ( Func getProject ) : void
shouldOpenTest ( StoryTeller.Engine.TestResult testResult ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FindTest() 공개 메소드

public FindTest ( string testPath ) : System.Test
testPath string
리턴 System.Test

GetLibary() 공개 메소드

public GetLibary ( ) : FixtureLibrary
리턴 StoryTeller.Model.FixtureLibrary

GetResults() 공개 메소드

public GetResults ( ) : ResultHistory
리턴 StoryTeller.Workspace.ResultHistory

LoadProject() 공개 메소드

public LoadProject ( string projectFile ) : void
projectFile string
리턴 void

ProjectTestRunner() 공개 메소드

public ProjectTestRunner ( IProject project ) : System
project IProject
리턴 System

ProjectTestRunner() 공개 메소드

public ProjectTestRunner ( string projectFile ) : System
projectFile string
리턴 System

RunAll() 공개 메소드

public RunAll ( Func selectionFilter, Action callback ) : void
selectionFilter Func
callback Action
리턴 void

RunAndAssertTest() 공개 메소드

public RunAndAssertTest ( string testPath ) : void
testPath string
리턴 void

RunTest() 공개 메소드

public RunTest ( string testPath ) : System.Test
testPath string
리턴 System.Test

WritePreview() 공개 메소드

public WritePreview ( System.Test test ) : string
test System.Test
리턴 string