| Name | Description | |
|---|---|---|
![]() | Be | Asserts that the time difference of the current System.TimeSpan is equal to the specified expected time. |
![]() | BeCloseTo | Asserts that the current System.TimeSpan is within the specified time from the specified nearbyTime value. |
![]() | BeGreaterThan | Asserts that the time difference of the current System.TimeSpan is greater than the specified expected time. |
![]() | BeGreaterThanOrEqualTo | Asserts that the time difference of the current System.TimeSpan is greater than or equal to the specified expected time. |
![]() | BeLessThan | Asserts that the time difference of the current System.TimeSpan is less than the specified expected time. |
![]() | BeLessThanOrEqualTo | Asserts that the time difference of the current System.TimeSpan is less than or equal to the specified expected time. |
![]() | BeNegative | Asserts that the time difference of the current System.TimeSpan is less than zero. |
![]() | BePositive | Asserts that the time difference of the current System.TimeSpan is greater than zero. |
![]() | Equals | |
![]() | NotBe | Asserts that the time difference of the current System.TimeSpan is not equal to the specified unexpected time. |
![]() | NotBeCloseTo | Asserts that the current System.TimeSpan is not within the specified time from the specified distantTime value. |

