C# Класс StoryTeller.Usages.UsageGraph

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

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

Метод Описание
AllFixtures ( ) : IEnumerable
FixturesFor ( string workspaceName ) : IEnumerable
ForFixture ( string name ) : FixtureUsage
Rebuild ( Hierarchy hierarchy ) : void
Rebuild ( IEnumerable tests ) : void
TestsFor ( string fixtureName ) : IEnumerable
TestsFor ( string fixtureName, string grammarKey ) : IEnumerable
UsageGraph ( FixtureLibrary library, IUsageGraphListener listener ) : System

Приватные методы

Метод Описание
ITestStream ( ) : void
ITestStream ( Comment comment ) : void
ITestStream ( DoGrammarStructure structure, IStep step ) : void
ITestStream ( EmbeddedSection section, IStep step ) : void
ITestStream ( Paragraph paragraph, IStep step ) : void
ITestStream ( Section section ) : void
ITestStream ( Section section, FixtureGraph fixture ) : void
ITestStream ( Sentence sentence, IStep step ) : void
ITestStream ( SetVerification verification, IStep step ) : void
ITestStream ( Table table, IStep step ) : void
ITestStream ( Tags tags ) : void
ITestStream ( System.Test test ) : void
ITestStream ( string grammarKey, IStep step ) : void
ParseTest ( System.Test x ) : void
markGrammar ( string name ) : void

Описание методов

AllFixtures() публичный Метод

public AllFixtures ( ) : IEnumerable
Результат IEnumerable

FixturesFor() публичный Метод

public FixturesFor ( string workspaceName ) : IEnumerable
workspaceName string
Результат IEnumerable

ForFixture() публичный Метод

public ForFixture ( string name ) : FixtureUsage
name string
Результат FixtureUsage

Rebuild() публичный Метод

public Rebuild ( Hierarchy hierarchy ) : void
hierarchy StoryTeller.Domain.Hierarchy
Результат void

Rebuild() публичный Метод

public Rebuild ( IEnumerable tests ) : void
tests IEnumerable
Результат void

TestsFor() публичный Метод

public TestsFor ( string fixtureName ) : IEnumerable
fixtureName string
Результат IEnumerable

TestsFor() публичный Метод

public TestsFor ( string fixtureName, string grammarKey ) : IEnumerable
fixtureName string
grammarKey string
Результат IEnumerable

UsageGraph() публичный Метод

public UsageGraph ( FixtureLibrary library, IUsageGraphListener listener ) : System
library StoryTeller.Model.FixtureLibrary
listener IUsageGraphListener
Результат System