C# Класс StoryTeller.Testing.Engine.CheckPropertyGrammarExecuteFixture

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

Защищенные свойства (Protected)

Свойство Тип Описание
context NUnit.Framework.TestContext
grammar CheckPropertyGrammar
theStep Step

Защищенные методы

Метод Описание
beforeEach ( ) : void
theActualValueIs ( int age ) : void
theExpectedValueIs ( object value ) : void
theLastObjectIsThis ( object something ) : void
theLastTargetIsNull ( ) : void
thePropertyThrowsException ( ) : void
then ( ) : void

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

Метод Описание
SetUp ( ) : void

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

beforeEach() защищенный абстрактный Метод

protected abstract beforeEach ( ) : void
Результат void

theActualValueIs() защищенный Метод

protected theActualValueIs ( int age ) : void
age int
Результат void

theExpectedValueIs() защищенный Метод

protected theExpectedValueIs ( object value ) : void
value object
Результат void

theLastObjectIsThis() защищенный Метод

protected theLastObjectIsThis ( object something ) : void
something object
Результат void

theLastTargetIsNull() защищенный Метод

protected theLastTargetIsNull ( ) : void
Результат void

thePropertyThrowsException() защищенный Метод

protected thePropertyThrowsException ( ) : void
Результат void

then() защищенный Метод

protected then ( ) : void
Результат void

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

context защищенное свойство

protected TestContext,NUnit.Framework context
Результат NUnit.Framework.TestContext

grammar защищенное свойство

protected CheckPropertyGrammar grammar
Результат CheckPropertyGrammar

theStep защищенное свойство

protected Step theStep
Результат Step