Loop
constructor in Coherence.Test.Loop
Constructors
public Loop(int from, int to, Func<int, TestStep> stepGenerator, int lineNumber = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| int | from | |
| int | to | |
| Func<int, TestStep> | stepGenerator | |
| int | lineNumber |
public Loop(Client client, int from, int to, Func<int, TestStep> stepGenerator, int lineNumber = 0)
Parameters
| Type | Name | Description |
|---|---|---|
| Client | client | |
| int | from | |
| int | to | |
| Func<int, TestStep> | stepGenerator | |
| int | lineNumber |