Submits a failure if the assertion failure object is non-null.
Namespace:
Gallio.Framework.AssertionsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static void Fail( AssertionFailure failure ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub Fail ( _ failure As AssertionFailure _ ) |
Parameters
- failure
- Type: Gallio.Framework.Assertions..::.AssertionFailure
Failure to be submited, or null if none.
