Summary
Verifies the number of times the build engine has been invoked.
- Namespace
- NBuildKit
.MsBuild .Tasks .Tests - Containing Type
- TaskTest
Syntax
public void VerifyNumberOfInvocations(int numberOfInvocations = 0)
Parameters
| Name | Type | Description |
|---|---|---|
| numberOfInvocations | int | The expected number of times the build engine should have been invoked. |
Return Value
| Type | Description |
|---|---|
| void |