C# 클래스 StoryTeller.Testing.Engine.CheckPropertyGrammarExecuteFixture

파일 보기 프로젝트 열기: adymitruk/storyteller

보호된 프로퍼티들

프로퍼티 타입 설명
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