C# Класс Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedInnerExceptionAttribute

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

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

Метод Описание
ExpectedInnerExceptionAttribute ( Type exceptionType, Type innerExceptionType ) : System

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

Метод Описание
Verify ( Exception exception ) : void

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

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

public ExpectedInnerExceptionAttribute ( Type exceptionType, Type innerExceptionType ) : System
exceptionType System.Type An expected type of exception to be thrown by a method.
innerExceptionType System.Type An expected type of inner exception to be thrown by a method.
Результат System

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

protected Verify ( Exception exception ) : void
exception System.Exception
Результат void