C# Class StoryTeller.Engine.NulloSystem

Inheritance: ISystem
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Get ( Type type ) : object
NulloSystem ( Action configure ) : System
NulloSystem ( Assembly assembly ) : System
RegisterFixtures ( FixtureRegistry registry ) : void
RegisterServices ( ITestContext context ) : void
Setup ( ) : void
SetupEnvironment ( ) : void
Teardown ( ) : void
TeardownEnvironment ( ) : void

Method Details

Get() public méthode

public Get ( Type type ) : object
type System.Type
Résultat object

NulloSystem() public méthode

public NulloSystem ( Action configure ) : System
configure Action
Résultat System

NulloSystem() public méthode

public NulloSystem ( Assembly assembly ) : System
assembly Assembly
Résultat System

RegisterFixtures() public méthode

public RegisterFixtures ( FixtureRegistry registry ) : void
registry FixtureRegistry
Résultat void

RegisterServices() public méthode

public RegisterServices ( ITestContext context ) : void
context ITestContext
Résultat void

Setup() public méthode

public Setup ( ) : void
Résultat void

SetupEnvironment() public méthode

public SetupEnvironment ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void

TeardownEnvironment() public méthode

public TeardownEnvironment ( ) : void
Résultat void