C# Класс PclUnit.Style.Xunit.Exceptions.ThrowsException

Наследование: AssertActualExpectedException
Показать файл Открыть проект

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

Метод Описание
ThrowsException ( Type expectedType ) : System

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.

Защищенные методы

Метод Описание
ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.

Приватные методы

Метод Описание
ThrowsException ( Type expectedType, Exception actual ) : System

Описание методов

ThrowsException() публичный Метод

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.
public ThrowsException ( Type expectedType ) : System
expectedType System.Type The type of the exception that was expected
Результат System

ThrowsException() защищенный Метод

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.
protected ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System
expected System.Type
actual string
actualMessage string
stackTrace string
Результат System