C# Class SpecUnit.ContextSpecification

Afficher le fichier Open project: ChrisEdwards/Fluency

Méthodes protégées

Méthode 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

Méthode Description
SetUp ( ) : void
TearDown ( ) : void
TestFixtureSetUp ( ) : void
TestFixtureTearDown ( ) : void

Method Details

Because() protected méthode

protected Because ( ) : void
Résultat void

Because_After() protected méthode

protected Because_After ( ) : void
Résultat void

CleanUpContext() protected méthode

protected CleanUpContext ( ) : void
Résultat void

CleanUpContext_AfterAllSpecs() protected méthode

protected CleanUpContext_AfterAllSpecs ( ) : void
Résultat void

Context() protected méthode

protected Context ( ) : void
Résultat void

Context_BeforeAllSpecs() protected méthode

protected Context_BeforeAllSpecs ( ) : void
Résultat void

Pending() protected méthode

protected Pending ( ) : void
Résultat void

Pending() protected méthode

protected Pending ( string message ) : void
message string
Résultat void

SharedContext() protected méthode

protected SharedContext ( ) : void
Résultat void