IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
ExpectedExceptionCommand (TestCommand innerCommand, Type expectedType) | |
override TestResult | Execute (TestExecutionContext context) |
Runs the test in a specified context, returning a TestResult. More... | |
![]() | |
TestCommand (Test test) | |
Construct a TestCommand for a test. More... | |
Private Attributes | |
Type | _expectedType |
Additional Inherited Members | |
![]() | |
DelegatingTestCommand (TestCommand innerCommand) | |
TODO: Documentation needed for constructor More... | |
![]() | |
TestCommand | innerCommand |
TODO: Documentation needed for field More... | |
![]() | |
Test | Test [get, private set] |
Gets the test associated with this command. More... | |
|
inline |
|
inlinevirtual |
Runs the test in a specified context, returning a TestResult.
context | The TestExecutionContext to be used for running the test. |
Implements NUnit.Framework.Internal.Commands.TestCommand.
References NUnit.Framework.Internal.TestExecutionContext.CurrentResult, NUnit.Framework.Interfaces.ResultState.Failure, NUnit.Framework.Internal.TestResult.SetResult(), and NUnit.Framework.Interfaces.ResultState.Success.
|
private |