Method | Description | |
---|---|---|
IsNotSetWithin ( this |
Checks that the event is not set within a given timeout.
|
|
IsSetWithin ( this |
Checks that the event is set within a given timeout.
|
public static IsNotSetWithin ( this |
||
check | this |
The fluent check to be extended. |
timeOut | double | The maximum amount of time before the event should not be set (time unit being specified with the timeUnit parameter). |
timeUnit | TimeUnit | The time unit of the given timeOut. |
return | ICheckLink |
public static IsSetWithin ( this |
||
check | this |
The fluent check to be extended. |
timeOut | double | The maximum amount of time before the event should be set (time unit being specified with the timeUnit parameter). |
timeUnit | TimeUnit | The time unit of the given timeOut. |
return | ICheckLink |