Table of Contents

Class DelegatingTestCommand

Namespace
NUnit.Framework.Internal.Commands
Assembly
nunit.framework.dll

TODO: Documentation needed for class

public abstract class DelegatingTestCommand : TestCommand
Inheritance
DelegatingTestCommand
Derived
Inherited Members

Constructors

DelegatingTestCommand(TestCommand)

TODO: Documentation needed for constructor

protected DelegatingTestCommand(TestCommand innerCommand)

Parameters

innerCommand TestCommand

Fields

innerCommand

TODO: Documentation needed for field

protected TestCommand innerCommand

Field Value

TestCommand