C# Class Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedInnerExceptionAttribute

Inheritance: ExpectedExceptionBaseAttribute
Afficher le fichier Open project: affecto/dotnet-Patterns.Domain

Méthodes publiques

Méthode Description
ExpectedInnerExceptionAttribute ( Type exceptionType, Type innerExceptionType ) : System

Méthodes protégées

Méthode Description
Verify ( Exception exception ) : void

Method Details

ExpectedInnerExceptionAttribute() public méthode

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.
Résultat System

Verify() protected méthode

protected Verify ( Exception exception ) : void
exception System.Exception
Résultat void