C# 클래스 CrossUI.Testing.TestResultMethod

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

공개 프로퍼티들

프로퍼티 타입 설명
Bitmap_ TestResultBitmap
Error_ System.Exception
Name string
Report_ TestResultReport

공개 메소드들

메소드 설명
TestResultMethod ( string name, Exception error ) : System
TestResultMethod ( string name, TestResultBitmap bitmap, TestResultReport report ) : System

메소드 상세

TestResultMethod() 공개 메소드

public TestResultMethod ( string name, Exception error ) : System
name string
error System.Exception
리턴 System

TestResultMethod() 공개 메소드

public TestResultMethod ( string name, TestResultBitmap bitmap, TestResultReport report ) : System
name string
bitmap TestResultBitmap
report TestResultReport
리턴 System

프로퍼티 상세

Bitmap_ 공개적으로 프로퍼티

public TestResultBitmap,CrossUI.Testing Bitmap_
리턴 TestResultBitmap

Error_ 공개적으로 프로퍼티

public Exception,System Error_
리턴 System.Exception

Name 공개적으로 프로퍼티

public string Name
리턴 string

Report_ 공개적으로 프로퍼티

public TestResultReport,CrossUI.Testing Report_
리턴 TestResultReport