C# Class StoryTeller.Testing.Engine.CheckPropertyGrammarExecuteFixture

Afficher le fichier Open project: adymitruk/storyteller

Protected Properties

Свойство Type Description
context NUnit.Framework.TestContext
grammar CheckPropertyGrammar
theStep Step

Méthodes protégées

Méthode Description
beforeEach ( ) : void
theActualValueIs ( int age ) : void
theExpectedValueIs ( object value ) : void
theLastObjectIsThis ( object something ) : void
theLastTargetIsNull ( ) : void
thePropertyThrowsException ( ) : void
then ( ) : void

Private Methods

Méthode Description
SetUp ( ) : void

Method Details

beforeEach() protected abstract méthode

protected abstract beforeEach ( ) : void
Résultat void

theActualValueIs() protected méthode

protected theActualValueIs ( int age ) : void
age int
Résultat void

theExpectedValueIs() protected méthode

protected theExpectedValueIs ( object value ) : void
value object
Résultat void

theLastObjectIsThis() protected méthode

protected theLastObjectIsThis ( object something ) : void
something object
Résultat void

theLastTargetIsNull() protected méthode

protected theLastTargetIsNull ( ) : void
Résultat void

thePropertyThrowsException() protected méthode

protected thePropertyThrowsException ( ) : void
Résultat void

then() protected méthode

protected then ( ) : void
Résultat void

Property Details

context protected_oe property

protected TestContext,NUnit.Framework context
Résultat NUnit.Framework.TestContext

grammar protected_oe property

protected CheckPropertyGrammar grammar
Résultat CheckPropertyGrammar

theStep protected_oe property

protected Step theStep
Résultat Step