C# Class Cone.ConeFixtureMethods

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

Méthodes publiques

Свойство Type Description
AfterAll List
AfterEach List
AfterEachWithResult List
BeforeAll List
BeforeEach List

Méthodes publiques

Méthode Description
IConeFixtureMethodSink ( MethodInfo method ) : void

Method Details

IConeFixtureMethodSink() public méthode

public IConeFixtureMethodSink ( MethodInfo method ) : void
method System.Reflection.MethodInfo
Résultat void

Property Details

AfterAll public_oe property

public List AfterAll
Résultat List

AfterEach public_oe property

public List AfterEach
Résultat List

AfterEachWithResult public_oe property

public List AfterEachWithResult
Résultat List

BeforeAll public_oe property

public List BeforeAll
Résultat List

BeforeEach public_oe property

public List BeforeEach
Résultat List