ComparableAssert Methods |
| Name | Description | |
|---|---|---|
| IsGreaterThanT(T, T) | Verifies that the specified value is greater than the threshold. | |
| IsGreaterThanT(T, T, String) | Verifies that the specified value is greater than the threshold. | |
| IsGreaterThanOrEqualToT(T, T) | Verifies that the specified value is greater than or equal to the threshold. | |
| IsGreaterThanOrEqualToT(T, T, String) | Verifies that the specified value is greater than or equal to the threshold. | |
| IsLowerThanT(T, T) | Verifies that the specified value is lower than the threshold. | |
| IsLowerThanT(T, T, String) | Verifies that the specified value is lower than the threshold. | |
| IsLowerThanOrEqualToT(T, T) | Verifies that the specified value is lower than or equal to the threshold. | |
| IsLowerThanOrEqualToT(T, T, String) | Verifies that the specified value is lower than or equal to the threshold. |