IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
ICommandWrapper is implemented by attributes and other objects able to wrap a TestCommand with another command. More...
Public Member Functions | |
TestCommand | Wrap (TestCommand command) |
Wrap a command and return the result. More... | |
ICommandWrapper is implemented by attributes and other objects able to wrap a TestCommand with another command.
Attributes or other objects should implement one of the derived interfaces, rather than this one, since they indicate in which part of the command chain the wrapper should be applied.
TestCommand NUnit.Framework.Interfaces.ICommandWrapper.Wrap | ( | TestCommand | command | ) |
Wrap a command and return the result.
command | The command to be wrapped |
Implemented in NUnit.Framework.Attributes.Tests.CommandWrapperTests.ExpectedExceptionAttribute, NUnit.Framework.RepeatAttribute, NUnit.Framework.RetryAttribute, and NUnit.Framework.MaxTimeAttribute.
Referenced by NUnit.Framework.Internal.Execution.CommandBuilder.MakeTestCommand().