Throws.InstanceOf Method

Definition

Overloads

InstanceOf(Type)

Creates a constraint specifying the type of exception expected

InstanceOf<T>()

Creates a constraint specifying the type of exception expected

InstanceOf(Type)

Creates a constraint specifying the type of exception expected

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

Parameters

expectedType
Type

Returns

Applies to

InstanceOf<T>()

Creates a constraint specifying the type of exception expected

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

Type Parameters

T

Returns

Applies to