Class DelegatingTestCommand
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