IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Extremely simple ExpectedException implementation for use in the test More...
Classes | |
class | ExpectedExceptionCommand |
Public Member Functions | |
ExpectedExceptionAttribute (Type type) | |
TestCommand | Wrap (TestCommand command) |
Wrap a command and return the result. More... | |
![]() | |
NUnitAttribute () | |
Default constructor More... | |
Private Attributes | |
Type | _expectedExceptionType |
Extremely simple ExpectedException implementation for use in the test
|
inline |
|
inline |
Wrap a command and return the result.
command | The command to be wrapped |
Implements NUnit.Framework.Interfaces.ICommandWrapper.
|
private |