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.Interfaces.ICommandWrapper Interface Reference

ICommandWrapper is implemented by attributes and other objects able to wrap a TestCommand with another command. More...

+ Inheritance diagram for NUnit.Framework.Interfaces.ICommandWrapper:

Public Member Functions

TestCommand Wrap (TestCommand command)
 Wrap a command and return the result. More...
 

Detailed Description

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.

Member Function Documentation

TestCommand NUnit.Framework.Interfaces.ICommandWrapper.Wrap ( TestCommand  command)

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