WaitForSync
constructor in Coherence.Test.WaitForSync
Constructors
public WaitForSync(Client client, string entityName, Func<TestStep, CoherenceSync, bool> condition, string conditionDescription, bool assert = true, int lineNumber = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| Client | client | |
| string | entityName | |
| Func<TestStep, CoherenceSync, bool> | condition | |
| string | conditionDescription | |
| bool | assert | |
| int | lineNumber |