C# Класс StorytellerDocGen.Samples.EmbeddedSpec

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Fixtures StoryTeller.Model.FixtureModel[]
Results StoryTeller.SpecResults
Specification StoryTeller.Model.Specification

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

Метод Описание
EmbeddedSpec ( FixtureModel>.IDictionary fixtures, StoryTeller.Engine.BatchRecord record ) : System

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

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

public EmbeddedSpec ( FixtureModel>.IDictionary fixtures, StoryTeller.Engine.BatchRecord record ) : System
fixtures FixtureModel>.IDictionary
record StoryTeller.Engine.BatchRecord
Результат System

Описание свойств

Fixtures публичное свойство

public FixtureModel[],StoryTeller.Model Fixtures
Результат StoryTeller.Model.FixtureModel[]

Results публичное свойство

public SpecResults,StoryTeller Results
Результат StoryTeller.SpecResults

Specification публичное свойство

public Specification,StoryTeller.Model Specification
Результат StoryTeller.Model.Specification