IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TODO: Documentation needed for class More...
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... | |
![]() | |
TestCommand (Test test) | |
Construct a TestCommand for a test. More... | |
Private Member Functions | |
string | GetSkipReason () |
string | GetProviderStackTrace () |
Additional Inherited Members | |
![]() | |
Test | Test [get, private set] |
Gets the test associated with this command. More... | |
TODO: Documentation needed for class
|
inline |
Initializes a new instance of the SkipCommand class.
test | The test being skipped. |
|
inlinevirtual |
Overridden to simply set the CurrentResult to the appropriate Skipped state.
context | The execution context for the test |
Implements NUnit.Framework.Internal.Commands.TestCommand.
References NUnit.Framework.Internal.TestExecutionContext.CurrentResult, NUnit.Framework.Interfaces.ResultState.Explicit, NUnit.Framework.Interfaces.ResultState.Ignored, NUnit.Framework.Interfaces.ResultState.NotRunnable, NUnit.Framework.Internal.TestResult.SetResult(), and NUnit.Framework.Interfaces.ResultState.Skipped.
|
inlineprivate |
|
inlineprivate |