C# Класс FluentAssert.ExceptionConfiguration

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CaughtExpectedException ( ) : void
ExceptionConfiguration ( ) : System
ExceptionConfiguration ( Type expectedExceptionType ) : System
ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System

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

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

public CaughtExpectedException ( ) : void
Результат void

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

public ExceptionConfiguration ( ) : System
Результат System

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

public ExceptionConfiguration ( Type expectedExceptionType ) : System
expectedExceptionType System.Type
Результат System

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

public ExceptionConfiguration ( Type expectedExceptionType, string expectedExceptionMessage ) : System
expectedExceptionType System.Type
expectedExceptionMessage string
Результат System