C# 클래스 CrossUI.Testing.TestMethod

파일 보기 프로젝트 열기: pragmatrix/CrossUI 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Attribute BitmapDrawingTestAttribute
Ignorable bool
Info System.Reflection.MethodInfo

공개 메소드들

메소드 설명
TestMethod ( MethodInfo info, BitmapDrawingTestAttribute attribute, bool ignorable ) : System
canTest ( string &whyNot ) : bool
invoke ( object instance ) : void

비공개 메소드들

메소드 설명
isValidParameter ( ParameterInfo info ) : bool
tryMapArgument ( IEnumerable args, ParameterInfo parameter ) : object

메소드 상세

TestMethod() 공개 메소드

public TestMethod ( MethodInfo info, BitmapDrawingTestAttribute attribute, bool ignorable ) : System
info System.Reflection.MethodInfo
attribute BitmapDrawingTestAttribute
ignorable bool
리턴 System

canTest() 공개 메소드

public canTest ( string &whyNot ) : bool
whyNot string
리턴 bool

invoke() 공개 메소드

public invoke ( object instance ) : void
instance object
리턴 void

프로퍼티 상세

Attribute 공개적으로 프로퍼티

public BitmapDrawingTestAttribute Attribute
리턴 BitmapDrawingTestAttribute

Ignorable 공개적으로 프로퍼티

public bool Ignorable
리턴 bool

Info 공개적으로 프로퍼티

public MethodInfo,System.Reflection Info
리턴 System.Reflection.MethodInfo