IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
NUnit.Engine.ITestRun Interface Reference

The ITestRun class represents an ongoing test run. More...

+ Inheritance diagram for NUnit.Engine.ITestRun:

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...
 

Detailed Description

The ITestRun class represents an ongoing test run.

Member Function Documentation

bool NUnit.Engine.ITestRun.Wait ( int  timeout)

Blocks the current thread until the current test run completes or the timeout is reached

Parameters
timeoutA T:System.Int32 that represents the number of milliseconds to wait or -1 milliseconds to wait indefinitely.
Returns
True if the run completed

Implemented in NUnit.Engine.AsyncTestEngineResult, and NUnit.Engine.AsyncTestEngineResult.

Property Documentation

XmlNode NUnit.Engine.ITestRun.Result
get

Get the result of the test.

Returns
An XmlNode representing the test run result

The documentation for this interface was generated from the following file: