Replies: 2 comments 3 replies
-
|
How is that different from |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
PR #1609 added |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to, in a specific case, assert that a DateTimeOffset value is exactly the same as some other DateTimeOffset, i.e comparing it with DateTimeOffset.EqualsExact?
I can add And.HaveOffset, but that's not quite as nice.
The BeExactly assertion is already stolen, so if I'll submit a PR for this, what would be a good name for this? BeExactly could be used, since it would be a different method, but that would mean having two quite different assertions with the same name.
Beta Was this translation helpful? Give feedback.
All reactions