Click or drag to resize

ComparableAssert Class

Verifies true/false propositions associated with comparable types in unit tests.
Inheritance Hierarchy
SystemObject
  Enkoni.Framework.TestingComparableAssert

Namespace:  Enkoni.Framework.Testing
Assembly:  Enkoni.Framework.Testing (in Enkoni.Framework.Testing.dll) Version: 1.3.0.1
Syntax
public static class ComparableAssert
Methods
  NameDescription
Public methodStatic memberIsGreaterThanT(T, T)
Verifies that the specified value is greater than the threshold.
Public methodStatic memberIsGreaterThanT(T, T, String)
Verifies that the specified value is greater than the threshold.
Public methodStatic memberIsGreaterThanOrEqualToT(T, T)
Verifies that the specified value is greater than or equal to the threshold.
Public methodStatic memberIsGreaterThanOrEqualToT(T, T, String)
Verifies that the specified value is greater than or equal to the threshold.
Public methodStatic memberIsLowerThanT(T, T)
Verifies that the specified value is lower than the threshold.
Public methodStatic memberIsLowerThanT(T, T, String)
Verifies that the specified value is lower than the threshold.
Public methodStatic memberIsLowerThanOrEqualToT(T, T)
Verifies that the specified value is lower than or equal to the threshold.
Public methodStatic memberIsLowerThanOrEqualToT(T, T, String)
Verifies that the specified value is lower than or equal to the threshold.
Top
See Also