C# Class ReSharper.XUnitTestProvider.MethodWrapper.PsiMethodWrapper

Inheritance: IMethodInfo
Datei anzeigen Open project: hazzik/ReSharper.XUnitTestRunner

Public Methods

Method Description
CreateInstance ( ) : object
GetCustomAttributes ( Type attributeType ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
Invoke ( object testClass ) : void
PsiMethodWrapper ( IMethod method ) : System
ToString ( ) : string

Method Details

CreateInstance() public method

public CreateInstance ( ) : object
return object

GetCustomAttributes() public method

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

HasAttribute() public method

public HasAttribute ( Type attributeType ) : bool
attributeType System.Type
return bool

Invoke() public method

public Invoke ( object testClass ) : void
testClass object
return void

PsiMethodWrapper() public method

public PsiMethodWrapper ( IMethod method ) : System
method IMethod
return System

ToString() public method

public ToString ( ) : string
return string