ExpectedExceptionCommand Class

Definition

public class ExpectedExceptionCommand : NUnit.Framework.Internal.Commands.DelegatingTestCommand
type ExpectedExceptionCommand = class
    inherit DelegatingTestCommand
Inheritance
ExpectedExceptionCommand

Constructors

ExpectedExceptionCommand(TestCommand, ExpectedExceptionData)

Fields

innerCommand (Inherited from DelegatingTestCommand)

Properties

Test (Inherited from TestCommand)

Methods

Execute(TestExecutionContext)
ProcessException(Exception, TestExecutionContext)
ProcessNoException(TestExecutionContext)

Applies to