An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

AssertJ assertions for Joda Time library
========================================

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.assertj/assertj-joda-time/badge.svg)](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).