C# Class SpecUnit.ContextSpecification

显示文件 Open project: ChrisEdwards/Fluency

Protected Methods

Method Description
Because ( ) : void
Because_After ( ) : void
CleanUpContext ( ) : void
CleanUpContext_AfterAllSpecs ( ) : void
Context ( ) : void
Context_BeforeAllSpecs ( ) : void
Pending ( ) : void
Pending ( string message ) : void
SharedContext ( ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Method Details

Because() protected method

protected Because ( ) : void
return void

Because_After() protected method

protected Because_After ( ) : void
return void

CleanUpContext() protected method

protected CleanUpContext ( ) : void
return void

CleanUpContext_AfterAllSpecs() protected method

protected CleanUpContext_AfterAllSpecs ( ) : void
return void

Context() protected method

protected Context ( ) : void
return void

Context_BeforeAllSpecs() protected method

protected Context_BeforeAllSpecs ( ) : void
return void

Pending() protected method

protected Pending ( ) : void
return void

Pending() protected method

protected Pending ( string message ) : void
message string
return void

SharedContext() protected method

protected SharedContext ( ) : void
return void