C# Class StoryTeller.Model.FixtureLibrary

Inheritance: IFixtureNode
ファイルを表示 Open project: MotherGoose/storyteller Class Usage Examples

Public Methods

Method Description
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

Method Details

AllErrors() public method

public AllErrors ( ) : IEnumerable
return IEnumerable

BuildTopLevelGraph() public method

public BuildTopLevelGraph ( ) : FixtureGraph
return FixtureGraph

Filter() public method

public Filter ( bool>.Func filter ) : FixtureLibrary
filter bool>.Func
return FixtureLibrary

Find() public method

public Find ( TPath path ) : IFixtureNode
path StoryTeller.Domain.TPath
return IFixtureNode

FindUsages() public method

public FindUsages ( UsageGraph graph ) : IEnumerable
graph UsageGraph
return IEnumerable

FixtureFor() public method

public FixtureFor ( string name ) : FixtureGraph
name string
return FixtureGraph

FixtureLibrary() public method

public FixtureLibrary ( ) : System
return System

For() public static method

public static For ( Action configure ) : FixtureLibrary
configure Action
return FixtureLibrary

GetPath() public method

public GetPath ( ) : TPath
return StoryTeller.Domain.TPath

HasErrors() public method

public HasErrors ( ) : bool
return bool

HasFixture() public method

public HasFixture ( string fixtureName ) : bool
fixtureName string
return bool

ModifyExampleTest() public method

public ModifyExampleTest ( System.Test example ) : void
example System.Test
return void

PossibleFixturesFor() public method

public PossibleFixturesFor ( System.Test test ) : IEnumerable
test System.Test
return IEnumerable