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 Verify()
Visual Basic (Declaration)
Public Shared Sub Verify

Exceptions

ExceptionCondition
Gallio.Framework..::.TestExceptionThrown if any of the tasks failed.

See Also