C# 클래스 SpecUnit.ContextSpecification

파일 보기 프로젝트 열기: ChrisEdwards/Fluency

보호된 메소드들

메소드 설명
Because ( ) : void
Because_After ( ) : void
CleanUpContext ( ) : void
CleanUpContext_AfterAllSpecs ( ) : void
Context ( ) : void
Context_BeforeAllSpecs ( ) : void
Pending ( ) : void
Pending ( string message ) : void
SharedContext ( ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

메소드 상세

Because() 보호된 메소드

protected Because ( ) : void
리턴 void

Because_After() 보호된 메소드

protected Because_After ( ) : void
리턴 void

CleanUpContext() 보호된 메소드

protected CleanUpContext ( ) : void
리턴 void

CleanUpContext_AfterAllSpecs() 보호된 메소드

protected CleanUpContext_AfterAllSpecs ( ) : void
리턴 void

Context() 보호된 메소드

protected Context ( ) : void
리턴 void

Context_BeforeAllSpecs() 보호된 메소드

protected Context_BeforeAllSpecs ( ) : void
리턴 void

Pending() 보호된 메소드

protected Pending ( ) : void
리턴 void

Pending() 보호된 메소드

protected Pending ( string message ) : void
message string
리턴 void

SharedContext() 보호된 메소드

protected SharedContext ( ) : void
리턴 void