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.FrameworkAssembly: 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
| Exception | Condition |
|---|---|
| Gallio.Framework..::.TestException | Thrown if some of the tasks did not complete or if any of the tasks failed. |
