Adds the specified amount to the assert count atomically.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public void AddAssertCount( int value ) |
| Visual Basic (Declaration) |
|---|
Public Sub AddAssertCount ( _ value As Integer _ ) |
Parameters
- value
- Type: System..::.Int32
The amount to add to the assert count.
