C# Класс FluentAssert.Exceptions.ShouldThrowExceptionAssertionException

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

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

Метод Описание
CreateMessage ( Type type, Exception actualException ) : string
ShouldThrowExceptionAssertionException ( Type type ) : System
ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
ShouldThrowExceptionAssertionException ( string errorMessage ) : System

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

Метод Описание
ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System

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

CreateMessage() публичный статический Метод

public static CreateMessage ( Type type, Exception actualException ) : string
type System.Type
actualException System.Exception
Результат string

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

protected ShouldThrowExceptionAssertionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public ShouldThrowExceptionAssertionException ( Type type ) : System
type System.Type
Результат System

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

public ShouldThrowExceptionAssertionException ( Type expectedType, Exception actualException ) : System
expectedType System.Type
actualException System.Exception
Результат System

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

public ShouldThrowExceptionAssertionException ( string errorMessage ) : System
errorMessage string
Результат System