The methods of NUnit.Framework.Throws are listed below. For a list of all members, see the Throws Members list.
See Also: Inherited members from System.Object
static | InstanceOf(Type)Creates a constraint specifying the type of exception expected | |
static | InstanceOf<T>()Creates a constraint specifying the type of exception expected | |
static | TypeOf(Type)Creates a constraint specifying the exact type of exception expected | |
static | TypeOf<T>()Creates a constraint specifying the exact type of exception expected | |