| TestLatchReady Method |
| Name | Description | |
|---|---|---|
| Ready |
Expects the latch to become open within the default timeout. If the timeout is reached, a
TimeoutException is thrown.
If no timeout was specified when creating this instance, 5 seconds is used. If this instance has been created using TestKit.CreateTestLatch the default timeout from DefaultTimeout is used and dilated, i.e. multiplied by TestTimeFactor | |
| Ready(TimeSpan) |
Expects the latch to become open within the specified timeout. If the timeout is reached, a
TimeoutException is thrown.
If this instance has been created using TestKit.CreateTestLatchtimeout is dilated, i.e. multiplied by TestTimeFactor |