IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestRun class represents an ongoing test run. More...
Public Member Functions | |
bool | Wait (int timeout) |
Blocks the current thread until the current test run completes or the timeout is reached More... | |
Properties | |
XmlNode | Result [get] |
Get the result of the test. More... | |
The ITestRun class represents an ongoing test run.
bool NUnit.Engine.ITestRun.Wait | ( | int | timeout | ) |
Blocks the current thread until the current test run completes or the timeout is reached
timeout | A T:System.Int32 that represents the number of milliseconds to wait or -1 milliseconds to wait indefinitely. |
Implemented in NUnit.Engine.AsyncTestEngineResult, and NUnit.Engine.AsyncTestEngineResult.
|
get |
Get the result of the test.