C# 클래스 Machine.Specifications.ExceptionResult

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

공개 메소드들

메소드 설명
ExceptionResult ( Exception exception ) : System
ExceptionResult ( Exception exception, bool outermost ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
FilterStackTrace ( string stackTrace ) : string

Filters the stack trace to remove all lines that occur within the testing framework.

IsFrameworkStackFrame ( string trimmedLine ) : bool

메소드 상세

ExceptionResult() 공개 메소드

public ExceptionResult ( Exception exception ) : System
exception System.Exception
리턴 System

ExceptionResult() 공개 메소드

public ExceptionResult ( Exception exception, bool outermost ) : System
exception System.Exception
outermost bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string