C# Class Cone.Core.ConeMethodThunk

Inheritance: ICallable, IConeAttributeProvider
Mostra file Open project: drunkcod/Cone Class Usage Examples

Public Properties

Property Type Description
Method System.Reflection.MethodInfo

Public Methods

Method Description
ConeMethodThunk ( MethodInfo method, IEnumerable attributes, ConeTestNamer namer ) : System
GetCustomAttributes ( Type attributeType ) : IEnumerable
GetHeading ( ) : string
Invoke ( object obj, object parameters ) : void
NameFor ( object parameters ) : string
TestNameFor ( string context, object parameters ) : ITestName

Method Details

ConeMethodThunk() public method

public ConeMethodThunk ( MethodInfo method, IEnumerable attributes, ConeTestNamer namer ) : System
method System.Reflection.MethodInfo
attributes IEnumerable
namer ConeTestNamer
return System

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType ) : IEnumerable
attributeType System.Type
return IEnumerable

GetHeading() public method

public GetHeading ( ) : string
return string

Invoke() public method

public Invoke ( object obj, object parameters ) : void
obj object
parameters object
return void

NameFor() public method

public NameFor ( object parameters ) : string
parameters object
return string

TestNameFor() public method

public TestNameFor ( string context, object parameters ) : ITestName
context string
parameters object
return ITestName

Property Details

Method public_oe property

public MethodInfo,System.Reflection Method
return System.Reflection.MethodInfo