C# Class Cone.Runners.ConePadSuite.ConePadTestMethodSink

Inheritance: ConeTestMethodSink
Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Свойство Type Description
TestFound Action

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ConePadTestMethodSink ( ConeTestNamer names, ConePadSuite suite ) : System

Méthodes protégées

Méthode Description
CreateRowSuite ( ConeMethodThunk method, string suiteName ) : IRowSuite
FixtureInvoke ( MethodInfo method ) : object
TestCore ( MethodInfo method, IEnumerable attributes, ExpectedTestResult expectedResult ) : void

Method Details

ConePadTestMethodSink() public méthode

public ConePadTestMethodSink ( ConeTestNamer names, ConePadSuite suite ) : System
names Cone.Core.ConeTestNamer
suite ConePadSuite
Résultat System

CreateRowSuite() protected méthode

protected CreateRowSuite ( ConeMethodThunk method, string suiteName ) : IRowSuite
method Cone.Core.ConeMethodThunk
suiteName string
Résultat IRowSuite

FixtureInvoke() protected méthode

protected FixtureInvoke ( MethodInfo method ) : object
method System.Reflection.MethodInfo
Résultat object

TestCore() protected méthode

protected TestCore ( MethodInfo method, IEnumerable attributes, ExpectedTestResult expectedResult ) : void
method System.Reflection.MethodInfo
attributes IEnumerable
expectedResult ExpectedTestResult
Résultat void

Property Details

TestFound public_oe property

public Action TestFound
Résultat Action