IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute Class Reference

Extremely simple ExpectedException implementation for use in the test More...

+ Inheritance diagram for NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute:
+ Collaboration diagram for NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute:

Classes

class  ExpectedExceptionCommand
 

Public Member Functions

 ExpectedExceptionAttribute (Type type)
 
TestCommand Wrap (TestCommand command)
 Wrap a command and return the result. More...
 
- Public Member Functions inherited from NUnit.Framework.NUnitAttribute
 NUnitAttribute ()
 Default constructor More...
 

Private Attributes

Type _expectedExceptionType
 

Detailed Description

Extremely simple ExpectedException implementation for use in the test

Constructor & Destructor Documentation

NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute.ExpectedExceptionAttribute ( Type  type)
inline

Member Function Documentation

TestCommand NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute.Wrap ( TestCommand  command)
inline

Wrap a command and return the result.

Parameters
commandThe command to be wrapped
Returns
The wrapped command

Implements NUnit.Framework.Interfaces.ICommandWrapper.

Member Data Documentation

Type NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute._expectedExceptionType
private

The documentation for this class was generated from the following file: