https://github.com/assertj/assertj-joda-time
AssertJ Joda Time is a library of assertions specific to Joda Time types like DateTime or LocalDateTime
https://github.com/assertj/assertj-joda-time
Last synced: 4 months ago
JSON representation
AssertJ Joda Time is a library of assertions specific to Joda Time types like DateTime or LocalDateTime
- Host: GitHub
- URL: https://github.com/assertj/assertj-joda-time
- Owner: assertj
- License: apache-2.0
- Created: 2013-03-14T18:21:15.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T04:02:07.000Z (over 3 years ago)
- Last Synced: 2025-07-31T06:27:09.381Z (5 months ago)
- Language: Java
- Homepage:
- Size: 197 KB
- Stars: 14
- Watchers: 3
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
AssertJ assertions for Joda Time library
========================================
[](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time)
Provides assertions like AssertJ for [Joda Time](http://www.joda.org/joda-time/), more precisely for [DateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/DateTime.html) and [LocalDateTime](http://www.joda.org/joda-time/apidocs/org/joda/time/LocalDateTime.html) classes, more will come later but that's a start (contributions are welcome to add new assertions !).
Please have a look at the complete documentation in [**assertj.org Joda Time section**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html), including a [**quickstart guide**](http://joel-costigliola.github.io/assertj/assertj-joda-time.html#quickstart).