C# 클래스 Xunit.AssertException

A specialized Sdk.AssertException which filters out all unnecessary StackTrace information from the original exception. This is done in order to strip the StackTrace parts from the message which shows methods inside the BDDExtensions class.
상속: Xunit.Sdk.AssertException
파일 보기 프로젝트 열기: BjRo/xunitbddextensions

공개 메소드들

메소드 설명
AssertException ( Sdk original ) : System.IO

Creates an instance of AssertException.

비공개 메소드들

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

Removes all lines that occur inside BDDExtensions class and which do not start with a should.

메소드 상세

AssertException() 공개 메소드

Creates an instance of AssertException.
public AssertException ( Sdk original ) : System.IO
original Sdk /// The exception thrown by the xUnit core. ///
리턴 System.IO