Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Cone
Core
FixtureProvider
C# Class Cone.Core.FixtureProvider
Exibir arquivo
Open project: drunkcod/Cone
Class Usage Examples
Public Methods
Method
Description
NewFixture
(
Type
fixtureType
) :
object
Release
(
object
fixture
) :
void
Private Methods
Method
Description
DoCleanup
(
object
fixture
) :
void
Method Details
NewFixture()
public
abstract
method
public
abstract
NewFixture
(
Type
fixtureType
) :
object
fixtureType
System.Type
return
object
Release()
public
method
public
Release
(
object
fixture
) :
void
fixture
object
return
void