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