Table of Contents

Class SkipCommand

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

TODO: Documentation needed for class

public class SkipCommand : TestCommand
Inheritance
SkipCommand
Inherited Members

Constructors

SkipCommand(Test)

Initializes a new instance of the SkipCommand class.

public SkipCommand(Test test)

Parameters

test Test

The test being skipped.

Methods

Execute(TestExecutionContext)

Overridden to simply set the CurrentResult to the appropriate Skipped state.

public override TestResult Execute(TestExecutionContext context)

Parameters

context TestExecutionContext

The execution context for the test

Returns

TestResult

A TestResult