|
interface | NUnit.Framework.Interfaces.ICommandWrapper |
| ICommandWrapper is implemented by attributes and other objects able to wrap a TestCommand with another command. More...
|
|
interface | NUnit.Framework.Interfaces.IWrapTestMethod |
| Objects implementing this interface are used to wrap the TestMethodCommand itself. They apply after SetUp has been run and before TearDown. More...
|
|
interface | NUnit.Framework.Interfaces.IWrapSetUpTearDown |
| Objects implementing this interface are used to wrap the entire test, including SetUp and TearDown. More...
|
|