C# Class StoryTeller.Testing.Engine.CheckPropertyGrammarExecuteFixture

ファイルを表示 Open project: adymitruk/storyteller

Protected Properties

Property Type Description
context NUnit.Framework.TestContext
grammar CheckPropertyGrammar
theStep Step

Protected Methods

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

Private Methods

Method Description
SetUp ( ) : void

Method Details

beforeEach() protected abstract method

protected abstract beforeEach ( ) : void
return void

theActualValueIs() protected method

protected theActualValueIs ( int age ) : void
age int
return void

theExpectedValueIs() protected method

protected theExpectedValueIs ( object value ) : void
value object
return void

theLastObjectIsThis() protected method

protected theLastObjectIsThis ( object something ) : void
something object
return void

theLastTargetIsNull() protected method

protected theLastTargetIsNull ( ) : void
return void

thePropertyThrowsException() protected method

protected thePropertyThrowsException ( ) : void
return void

then() protected method

protected then ( ) : void
return void

Property Details

context protected_oe property

protected TestContext,NUnit.Framework context
return NUnit.Framework.TestContext

grammar protected_oe property

protected CheckPropertyGrammar grammar
return CheckPropertyGrammar

theStep protected_oe property

protected Step theStep
return Step