naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
575 stars 90 forks source link

Support generating kotlin.time.Duration #929

Closed this-is-spear closed 8 months ago

this-is-spear commented 8 months ago

Summary

Issue : #721

Added because Kotlin doesn't support generating duration objects.

How Has This Been Tested?

Is the Document updated?

There's not enough content to update to documentation.

seongahjo commented 8 months ago

Can you add documentation that the Kotlin Duration type is supported as of 1.0.15 in the release note?

this-is-spear commented 8 months ago

I've added it to the release notes, thank you 😊