ShouldBeToday matcher #820
Labels
enhancement ✨
Suggestions for adding new features or improving existing ones.
good-first-issue 👶
Suitable for newcomers looking to contribute to the project.
Milestone
Sometimes we want to verify it a specific date/DateTime is today's date. For example when registering a Database Entity with a Creation Date (set to now).
This can be added to
kotlintest-assertions
module, to the packageio.kotlintest.matchers.date
.You can add one method for each possible implementation, or create a generic one if you find a way.
A tip for the generic one may be in #693 .
The text was updated successfully, but these errors were encountered: