JodaLocalDates

API

JodaLocalDates.java
class JodaLocalDates {
  JodaLocalDates(final FakeDataService fakeDataService)
  LocalDate around(final Period period)
  org.joda.time.LocalDate before(final Period period)
  org.joda.time.LocalDate after(final Period period)
  LocalDate any()
}