Waits for all tasks to complete or for timeout to occur; then verifies that no failures have occurred in any of the tasks.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public static void JoinAndVerify(
	TimeSpan timeout
)
Visual Basic (Declaration)
Public Shared Sub JoinAndVerify ( _
	timeout As TimeSpan _
)

Parameters

timeout
Type: System..::.TimeSpan
The timeout.

Exceptions

ExceptionCondition
Gallio.Framework..::.TestExceptionThrown if some of the tasks did not complete or if any of the tasks failed.

See Also