Interface ITestCounter
Assembly: Volo.Abp.TestBase.dll
Syntax
public interface ITestCounter
Methods
Add(String, Int32)
Declaration
int Add(string name, int count)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
| System.Int32 |
count |
|
Returns
| Type |
Description |
| System.Int32 |
|
Decrement(String)
Declaration
int Decrement(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetValue(String)
Declaration
int GetValue(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Int32 |
|
Increment(String)
Declaration
int Increment(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Int32 |
|
Extension Methods