C# 클래스 ReSharper.XUnitTestProvider.MethodWrapper.PsiMethodWrapper

상속: IMethodInfo
파일 보기 프로젝트 열기: hazzik/ReSharper.XUnitTestRunner

공개 메소드들

메소드 설명
CreateInstance ( ) : object
GetCustomAttributes ( Type attributeType ) : IEnumerable
HasAttribute ( Type attributeType ) : bool
Invoke ( object testClass ) : void
PsiMethodWrapper ( IMethod method ) : System
ToString ( ) : string

메소드 상세

CreateInstance() 공개 메소드

public CreateInstance ( ) : object
리턴 object

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType ) : IEnumerable
attributeType System.Type
리턴 IEnumerable

HasAttribute() 공개 메소드

public HasAttribute ( Type attributeType ) : bool
attributeType System.Type
리턴 bool

Invoke() 공개 메소드

public Invoke ( object testClass ) : void
testClass object
리턴 void

PsiMethodWrapper() 공개 메소드

public PsiMethodWrapper ( IMethod method ) : System
method IMethod
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string