Method | Description | |
---|---|---|
IsEqualTo ( this |
Checks that the actual duration is equal to a target duration.
|
|
IsEqualTo ( this |
Checks that the actual duration is equal to a target duration.
|
|
IsGreaterThan ( this |
Checks that the actual duration is greater (strictly) than a comparand.
|
|
IsGreaterThan ( this |
Checks that the actual duration is greater (strictly) than a comparand.
|
|
IsLessThan ( this |
Checks that the actual duration is less (strictly) than a comparand.
|
|
IsLessThan ( this |
Checks that the actual duration is less (strictly) than a comparand.
|
public static IsEqualTo ( this |
||
check | this |
The fluent check to be extended. |
comparand | System.TimeSpan | The duration to be compared to. |
return | ICheckLink |
public static IsEqualTo ( this |
||
check | this |
The fluent check to be extended. |
duration | double | The duration to be compared to. |
unit | TimeUnit | The |
return | ICheckLink |
public static IsGreaterThan ( this |
||
check | this |
The fluent check to be extended. |
comparand | System.TimeSpan | The value to compare to. |
return | ICheckLink |
public static IsGreaterThan ( this |
||
check | this |
The fluent check to be extended. |
providedDuration | double | The duration to compare to. |
unit | TimeUnit | The unit in which the duration is expressed. |
return | ICheckLink |
public static IsLessThan ( this |
||
check | this |
The fluent check to be extended. |
comparand | System.TimeSpan | The value to compare to. |
return | ICheckLink |
public static IsLessThan ( this |
||
check | this |
The fluent check to be extended. |
providedDuration | double | The duration to compare to. |
unit | TimeUnit | The unit in which the duration is expressed. |
return | ICheckLink |