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