C# Class StoryTeller.Engine.BasicSystem

Inheritance: ISystem
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
Get ( Type type ) : object
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

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