C# 클래스 Machine.Specifications.Result

파일 보기 프로젝트 열기: machine/machine.specifications 1 사용 예제들

공개 메소드들

메소드 설명
ContextFailure ( Exception exception ) : Result
Failure ( Exception exception ) : Result
GetSupplement ( string name ) : string>.IDictionary
HasSupplement ( string name ) : bool
Ignored ( ) : Result
NotImplemented ( ) : Result
Pass ( ) : Result
Supplement ( Result result, string supplementName, string>.IDictionary supplement ) : Result

비공개 메소드들

메소드 설명
Result ( Exception exception ) : System
Result ( Result result, string supplementName, string>.IDictionary supplement ) : System
Result ( Status status ) : System

메소드 상세

ContextFailure() 공개 정적인 메소드

public static ContextFailure ( Exception exception ) : Result
exception System.Exception
리턴 Result

Failure() 공개 정적인 메소드

public static Failure ( Exception exception ) : Result
exception System.Exception
리턴 Result

GetSupplement() 공개 메소드

public GetSupplement ( string name ) : string>.IDictionary
name string
리턴 string>.IDictionary

HasSupplement() 공개 메소드

public HasSupplement ( string name ) : bool
name string
리턴 bool

Ignored() 공개 정적인 메소드

public static Ignored ( ) : Result
리턴 Result

NotImplemented() 공개 정적인 메소드

public static NotImplemented ( ) : Result
리턴 Result

Pass() 공개 정적인 메소드

public static Pass ( ) : Result
리턴 Result

Supplement() 공개 정적인 메소드

public static Supplement ( Result result, string supplementName, string>.IDictionary supplement ) : Result
result Result
supplementName string
supplement string>.IDictionary
리턴 Result