다음을 통해 공유


Throws.InstanceOf 메서드

정의

오버로드

InstanceOf(Type)

예상되는 예외 유형을 지정하는 제약 조건을 만듭니다.

InstanceOf<T>()

예상되는 예외 유형을 지정하는 제약 조건을 만듭니다.

InstanceOf(Type)

예상되는 예외 유형을 지정하는 제약 조건을 만듭니다.

public static NUnit.Framework.Constraints.InstanceOfTypeConstraint InstanceOf (Type expectedType);
static member InstanceOf : Type -> NUnit.Framework.Constraints.InstanceOfTypeConstraint

매개 변수

expectedType
Type

반환

적용 대상

InstanceOf<T>()

예상되는 예외 유형을 지정하는 제약 조건을 만듭니다.

public static NUnit.Framework.Constraints.InstanceOfTypeConstraint InstanceOf<T> ();
static member InstanceOf : unit -> NUnit.Framework.Constraints.InstanceOfTypeConstraint

형식 매개 변수

T

반환

적용 대상