C# Class Cone.Runners.ConePadTest

Inheritance: IConeTest
Datei anzeigen Open project: drunkcod/Cone

Private Properties

Property Type Description
ChangeType object
ConvertArgs object[]
KeepOriginal bool

Public Methods

Method Description
ConePadTest ( ConePadSuite suite, ITestName name, ConeTestMethod test, object args, IConeAttributeProvider attributes ) : System
IConeTest ( ITestResult result ) : void

Private Methods

Method Description
ChangeType ( object value, Type conversionType ) : object
ConvertArgs ( ParameterInfo parameters ) : object[]
KeepOriginal ( object arg, Type targetType ) : bool

Method Details

ConePadTest() public method

public ConePadTest ( ConePadSuite suite, ITestName name, ConeTestMethod test, object args, IConeAttributeProvider attributes ) : System
suite ConePadSuite
name ITestName
test ConeTestMethod
args object
attributes IConeAttributeProvider
return System

IConeTest() public method

public IConeTest ( ITestResult result ) : void
result ITestResult
return void