C# Class Cone.Runners.ConeTestMethod

显示文件 Open project: drunkcod/Cone Class Usage Examples

Public Methods

Method Description
ConeTestMethod ( IConeFixture fixture, MethodInfo method ) : System
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object parameters, ITestResult result ) : void
IsWaitable ( Type type ) : bool

Protected Methods

Method Description
Invoke ( object parameters ) : object

Private Methods

Method Description
Await ( object obj ) : void
TryGetWait ( Type type, MethodInfo &wait ) : bool

Method Details

ConeTestMethod() public method

public ConeTestMethod ( IConeFixture fixture, MethodInfo method ) : System
fixture IConeFixture
method System.Reflection.MethodInfo
return System

GetParameters() public method

public GetParameters ( ) : System.Reflection.ParameterInfo[]
return System.Reflection.ParameterInfo[]

Invoke() protected method

protected Invoke ( object parameters ) : object
parameters object
return object

Invoke() public method

public Invoke ( object parameters, ITestResult result ) : void
parameters object
result ITestResult
return void

IsWaitable() public static method

public static IsWaitable ( Type type ) : bool
type System.Type
return bool