C# 클래스 StoryTeller.Model.FixtureLibrary

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

공개 메소드들

메소드 설명
AllErrors ( ) : IEnumerable
BuildTopLevelGraph ( ) : FixtureGraph
Filter ( bool>.Func filter ) : FixtureLibrary
Find ( TPath path ) : IFixtureNode
FindUsages ( UsageGraph graph ) : IEnumerable
FixtureFor ( string name ) : FixtureGraph
FixtureLibrary ( ) : System
For ( Action configure ) : FixtureLibrary
GetPath ( ) : TPath
HasErrors ( ) : bool
HasFixture ( string fixtureName ) : bool
ModifyExampleTest ( System.Test example ) : void
PossibleFixturesFor ( System.Test test ) : IEnumerable

메소드 상세

AllErrors() 공개 메소드

public AllErrors ( ) : IEnumerable
리턴 IEnumerable

BuildTopLevelGraph() 공개 메소드

public BuildTopLevelGraph ( ) : FixtureGraph
리턴 FixtureGraph

Filter() 공개 메소드

public Filter ( bool>.Func filter ) : FixtureLibrary
filter bool>.Func
리턴 FixtureLibrary

Find() 공개 메소드

public Find ( TPath path ) : IFixtureNode
path StoryTeller.Domain.TPath
리턴 IFixtureNode

FindUsages() 공개 메소드

public FindUsages ( UsageGraph graph ) : IEnumerable
graph UsageGraph
리턴 IEnumerable

FixtureFor() 공개 메소드

public FixtureFor ( string name ) : FixtureGraph
name string
리턴 FixtureGraph

FixtureLibrary() 공개 메소드

public FixtureLibrary ( ) : System
리턴 System

For() 공개 정적인 메소드

public static For ( Action configure ) : FixtureLibrary
configure Action
리턴 FixtureLibrary

GetPath() 공개 메소드

public GetPath ( ) : TPath
리턴 StoryTeller.Domain.TPath

HasErrors() 공개 메소드

public HasErrors ( ) : bool
리턴 bool

HasFixture() 공개 메소드

public HasFixture ( string fixtureName ) : bool
fixtureName string
리턴 bool

ModifyExampleTest() 공개 메소드

public ModifyExampleTest ( System.Test example ) : void
example System.Test
리턴 void

PossibleFixturesFor() 공개 메소드

public PossibleFixturesFor ( System.Test test ) : IEnumerable
test System.Test
리턴 IEnumerable