C# Class Cone.ConeFixtureMethods

Inheritance: IConeFixtureMethodSink
Show file 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 property

public List AfterAll
return List

AfterEach public property

public List AfterEach
return List

AfterEachWithResult public property

public List AfterEachWithResult
return List

BeforeAll public property

public List BeforeAll
return List

BeforeEach public property

public List BeforeEach
return List