C# 클래스 StoryTeller.Testing.DataMother

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

공개 메소드들

메소드 설명
BuildHierarchy ( string text ) : Hierarchy
ExceptionTest ( ) : System.Test
FailedTest ( ) : System.Test
GrammarProject ( ) : Project
GrammarsProjectRunner ( ) : ProjectTestRunner
HistoryPointingToMathProject ( ) : ProjectHistory
LoadMathProject ( ) : void
MathLibrary ( ) : FixtureLibrary
MathProject ( ) : Project
MathProjectFile ( ) : string
MathProjectRunner ( ) : ProjectTestRunner
ScreenObjectRegistry ( ) : IScreenObjectRegistry
SuccessfulTest ( ) : System.Test
TestArray ( int count ) : System.Test[]
TestWithNoResults ( ) : System.Test

비공개 메소드들

메소드 설명
buildTest ( string lineText, Hierarchy hierarchy ) : void

메소드 상세

BuildHierarchy() 공개 정적인 메소드

public static BuildHierarchy ( string text ) : Hierarchy
text string
리턴 StoryTeller.Domain.Hierarchy

ExceptionTest() 공개 정적인 메소드

public static ExceptionTest ( ) : System.Test
리턴 System.Test

FailedTest() 공개 정적인 메소드

public static FailedTest ( ) : System.Test
리턴 System.Test

GrammarProject() 공개 정적인 메소드

public static GrammarProject ( ) : Project
리턴 StoryTeller.Workspace.Project

GrammarsProjectRunner() 공개 정적인 메소드

HistoryPointingToMathProject() 공개 정적인 메소드

public static HistoryPointingToMathProject ( ) : ProjectHistory
리턴 ProjectHistory

LoadMathProject() 공개 정적인 메소드

public static LoadMathProject ( ) : void
리턴 void

MathLibrary() 공개 정적인 메소드

public static MathLibrary ( ) : FixtureLibrary
리턴 StoryTeller.Model.FixtureLibrary

MathProject() 공개 정적인 메소드

public static MathProject ( ) : Project
리턴 StoryTeller.Workspace.Project

MathProjectFile() 공개 정적인 메소드

public static MathProjectFile ( ) : string
리턴 string

MathProjectRunner() 공개 정적인 메소드

ScreenObjectRegistry() 공개 정적인 메소드

public static ScreenObjectRegistry ( ) : IScreenObjectRegistry
리턴 IScreenObjectRegistry

SuccessfulTest() 공개 정적인 메소드

public static SuccessfulTest ( ) : System.Test
리턴 System.Test

TestArray() 공개 정적인 메소드

public static TestArray ( int count ) : System.Test[]
count int
리턴 System.Test[]

TestWithNoResults() 공개 정적인 메소드

public static TestWithNoResults ( ) : System.Test
리턴 System.Test