mtedone / podam

PODAM - POjo DAta Mocker
https://mtedone.github.io/podam
MIT License
323 stars 750 forks source link

Modify support for java.time.* and annotation @Future, @FutureOrPresent, @PastOrPresent and @Past classes for Issue #323 #324

Open liam-kincaid opened 8 months ago

liam-kincaid commented 8 months ago

I had support of type:

(*) mean it was not a Temporal instance

For Clock and ZoneId, an annotation allow to force a specific zoneId for test. All Temporal class appear in 4 news strategy for Future, FuturOrPresent, PastOrPresent and Past annotation. Notion of Past mean more than 6 months' old, futur more than 6 months in the futur.

All theses classes are cover by junit test

Regards