C# Class Cone.Core.FixtureProvider

Afficher le fichier Open project: drunkcod/Cone Class Usage Examples

Méthodes publiques

Méthode Description
NewFixture ( Type fixtureType ) : object
Release ( object fixture ) : void

Private Methods

Méthode Description
DoCleanup ( object fixture ) : void

Method Details

NewFixture() public abstract méthode

public abstract NewFixture ( Type fixtureType ) : object
fixtureType System.Type
Résultat object

Release() public méthode

public Release ( object fixture ) : void
fixture object
Résultat void