C# 클래스 Affecto.Patterns.Domain.Tests.Infrastructure.ExpectedInnerExceptionAttribute

상속: ExpectedExceptionBaseAttribute
파일 보기 프로젝트 열기: affecto/dotnet-Patterns.Domain

공개 메소드들

메소드 설명
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