C# Class StoryTeller.Model.FixtureLibrary

Inheritance: IFixtureNode
Afficher le fichier Open project: MotherGoose/storyteller Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AllErrors ( ) : IEnumerable
Résultat IEnumerable

BuildTopLevelGraph() public méthode

public BuildTopLevelGraph ( ) : FixtureGraph
Résultat FixtureGraph

Filter() public méthode

public Filter ( bool>.Func filter ) : FixtureLibrary
filter bool>.Func
Résultat FixtureLibrary

Find() public méthode

public Find ( TPath path ) : IFixtureNode
path StoryTeller.Domain.TPath
Résultat IFixtureNode

FindUsages() public méthode

public FindUsages ( UsageGraph graph ) : IEnumerable
graph UsageGraph
Résultat IEnumerable

FixtureFor() public méthode

public FixtureFor ( string name ) : FixtureGraph
name string
Résultat FixtureGraph

FixtureLibrary() public méthode

public FixtureLibrary ( ) : System
Résultat System

For() public static méthode

public static For ( Action configure ) : FixtureLibrary
configure Action
Résultat FixtureLibrary

GetPath() public méthode

public GetPath ( ) : TPath
Résultat StoryTeller.Domain.TPath

HasErrors() public méthode

public HasErrors ( ) : bool
Résultat bool

HasFixture() public méthode

public HasFixture ( string fixtureName ) : bool
fixtureName string
Résultat bool

ModifyExampleTest() public méthode

public ModifyExampleTest ( System.Test example ) : void
example System.Test
Résultat void

PossibleFixturesFor() public méthode

public PossibleFixturesFor ( System.Test test ) : IEnumerable
test System.Test
Résultat IEnumerable