C# 클래스 PclUnit.Style.Xunit.Exceptions.ThrowsException

상속: AssertActualExpectedException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
ThrowsException ( Type expectedType ) : System

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.

보호된 메소드들

메소드 설명
ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.

비공개 메소드들

메소드 설명
ThrowsException ( Type expectedType, Exception actual ) : System

메소드 상세

ThrowsException() 공개 메소드

Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.
public ThrowsException ( Type expectedType ) : System
expectedType System.Type The type of the exception that was expected
리턴 System

ThrowsException() 보호된 메소드

THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.
protected ThrowsException ( Type expected, string actual, string actualMessage, string stackTrace ) : System
expected System.Type
actual string
actualMessage string
stackTrace string
리턴 System