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.Internal.Commands.SkipCommand Class Reference

TODO: Documentation needed for class More...

+ Inheritance diagram for NUnit.Framework.Internal.Commands.SkipCommand:
+ Collaboration diagram for NUnit.Framework.Internal.Commands.SkipCommand:

Public Member Functions

 SkipCommand (Test test)
 Initializes a new instance of the SkipCommand class. More...
 
override TestResult Execute (TestExecutionContext context)
 Overridden to simply set the CurrentResult to the appropriate Skipped state. More...
 
- Public Member Functions inherited from NUnit.Framework.Internal.Commands.TestCommand
 TestCommand (Test test)
 Construct a TestCommand for a test. More...
 

Private Member Functions

string GetSkipReason ()
 
string GetProviderStackTrace ()
 

Additional Inherited Members

- Properties inherited from NUnit.Framework.Internal.Commands.TestCommand
Test Test [get, private set]
 Gets the test associated with this command. More...
 

Detailed Description

TODO: Documentation needed for class

Constructor & Destructor Documentation

NUnit.Framework.Internal.Commands.SkipCommand.SkipCommand ( Test  test)
inline

Initializes a new instance of the SkipCommand class.

Parameters
testThe test being skipped.

Member Function Documentation

override TestResult NUnit.Framework.Internal.Commands.SkipCommand.Execute ( TestExecutionContext  context)
inlinevirtual
string NUnit.Framework.Internal.Commands.SkipCommand.GetSkipReason ( )
inlineprivate
string NUnit.Framework.Internal.Commands.SkipCommand.GetProviderStackTrace ( )
inlineprivate

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