Table of Contents

Interface ICommandWrapper

Namespace
NUnit.Framework.Interfaces
Assembly
nunit.framework.dll

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

public interface ICommandWrapper

Remarks

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.

Methods

Wrap(TestCommand)

Wrap a command and return the result.

TestCommand Wrap(TestCommand command)

Parameters

command TestCommand

The command to be wrapped

Returns

TestCommand

The wrapped command