Méthode | Description | |
---|---|---|
AllErrors ( ) : IEnumerable |
||
BuildTopLevelGraph ( ) : FixtureGraph | ||
Filter ( bool>.Func |
||
Find ( |
||
FindUsages ( UsageGraph graph ) : IEnumerable |
||
FixtureFor ( string name ) : FixtureGraph | ||
FixtureLibrary ( ) : System | ||
For ( Action |
||
GetPath ( ) : |
||
HasErrors ( ) : bool | ||
HasFixture ( string fixtureName ) : bool | ||
ModifyExampleTest ( System.Test example ) : void | ||
PossibleFixturesFor ( System.Test test ) : IEnumerable |
public BuildTopLevelGraph ( ) : FixtureGraph | ||
Résultat | FixtureGraph |
public Filter ( bool>.Func |
||
filter | bool>.Func | |
Résultat |
public Find ( |
||
path | ||
Résultat | IFixtureNode |
public FindUsages ( UsageGraph graph ) : IEnumerable |
||
graph | UsageGraph | |
Résultat | IEnumerable |
public FixtureFor ( string name ) : FixtureGraph | ||
name | string | |
Résultat | FixtureGraph |
public static For ( Action |
||
configure | Action |
|
Résultat |
public HasFixture ( string fixtureName ) : bool | ||
fixtureName | string | |
Résultat | bool |
public ModifyExampleTest ( System.Test example ) : void | ||
example | System.Test | |
Résultat | void |
public PossibleFixturesFor ( System.Test test ) : IEnumerable |
||
test | System.Test | |
Résultat | IEnumerable |