naver / fixture-monkey

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

add access to the private primary constructor for value class properties #911

Closed msugo1 closed 7 months ago

msugo1 commented 8 months ago

Summary

(issue at https://github.com/naver/fixture-monkey/issues/910)

  1. an access to private constructor has been added when resolving value class properties
  2. test cases for the fix above

How Has This Been Tested?

test cases added for a class with a value class property with the private primary constructor.

CLAassistant commented 8 months ago

CLA assistant check
All committers have signed the CLA.