C# 클래스 IntegrationResult, code

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteTest ( Action, test ) : bool
ExecuteTest ( Func, test ) : bool
IntegrationResult ( string desc, string success, string fail )

메소드 상세

ExecuteTest() 공개 메소드

public ExecuteTest ( Action, test ) : bool
test Action,
리턴 bool

ExecuteTest() 공개 메소드

public ExecuteTest ( Func, test ) : bool
test Func,
리턴 bool

IntegrationResult() 공개 메소드

public IntegrationResult ( string desc, string success, string fail )
desc string
success string
fail string