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
Показать файл Открыть проект

Открытые методы

Метод Описание
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