IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TheoryResultCommand adjusts the result of a Theory so that it fails if all the results were inconclusive. More...
Public Member Functions | |
TheoryResultCommand (TestCommand command) | |
Constructs a TheoryResultCommand More... | |
override TestResult | Execute (TestExecutionContext context) |
Overridden to call the inner command and adjust the result in case all chlid results were inconclusive. More... | |
![]() | |
TestCommand (Test test) | |
Construct a TestCommand for a test. More... | |
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... | |
TheoryResultCommand adjusts the result of a Theory so that it fails if all the results were inconclusive.
|
inline |
Constructs a TheoryResultCommand
command | The command to be wrapped by this one |
|
inlinevirtual |
Overridden to call the inner command and adjust the result in case all chlid results were inconclusive.
context |
Implements NUnit.Framework.Internal.Commands.TestCommand.
References NUnit.Framework.Internal.TestResult.Children, NUnit.Framework.Interfaces.ResultState.Failure, NUnit.Framework.Internal.TestResult.HasChildren, NUnit.Framework.Internal.TestResult.ResultState, NUnit.Framework.Internal.TestResult.SetResult(), and NUnit.Framework.Interfaces.ResultState.Success.