IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
TODO: Documentation needed for class More...
Public Member Functions | |
MaxTimeCommand (TestCommand innerCommand, int maxTime) | |
Initializes a new instance of the MaxTimeCommand class. More... | |
override TestResult | Execute (TestExecutionContext context) |
Runs the test, saving a TestResult in the supplied TestExecutionContext More... | |
![]() | |
TestCommand (Test test) | |
Construct a TestCommand for a test. More... | |
Private Attributes | |
int | maxTime |
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... | |
TODO: Documentation needed for class
|
inline |
Initializes a new instance of the MaxTimeCommand class.
innerCommand | The inner command. |
maxTime | The max time allowed in milliseconds |
|
inlinevirtual |
Runs the test, saving a TestResult in the supplied TestExecutionContext
context | The context in which the test should run. |
Implements NUnit.Framework.Internal.Commands.TestCommand.
References NUnit.Framework.Internal.TestResult.Duration, NUnit.Framework.Interfaces.ResultState.Failure, NUnit.Framework.Internal.TestResult.ResultState, NUnit.Framework.Internal.TestResult.SetResult(), and NUnit.Framework.Interfaces.ResultState.Success.
|
private |