C# Класс StoryTeller.Model.FixtureLibrary

Наследование: IFixtureNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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