C# Class Cone.ConeFixtureMethods

Inheritance: IConeFixtureMethodSink
ファイルを表示 Open project: drunkcod/Cone Class Usage Examples

Public Properties

Property Type Description
AfterAll List
AfterEach List
AfterEachWithResult List
BeforeAll List
BeforeEach List

Public Methods

Method Description
IConeFixtureMethodSink ( MethodInfo method ) : void

Method Details

IConeFixtureMethodSink() public method

public IConeFixtureMethodSink ( MethodInfo method ) : void
method System.Reflection.MethodInfo
return void

Property Details

AfterAll public_oe property

public List AfterAll
return List

AfterEach public_oe property

public List AfterEach
return List

AfterEachWithResult public_oe property

public List AfterEachWithResult
return List

BeforeAll public_oe property

public List BeforeAll
return List

BeforeEach public_oe property

public List BeforeEach
return List