Piotr Joński
Piotr Joński
Hi, actually there is no way to override any `Instantiator`, but we can implement this as new feature. Have you tried `create(clazz, paramteters, parametersTypes)` method to tell pojo-tester which constructor...
OK, I see. Are you willing to contribute? BTW Try not to use default field value changer http://www.pojo.pl/writing-tests/#configure-fvc Let me know if it works.
I like the idea with `with` method. I thkink the best place to use custom `Instantiators` is the `Instantiable` class, and also, you probably will have to make some refactoring...
@CCob, yes, I'm working on it. The implementation is really simple but some refactor is needed. After that I have to bring my CI back to life to avoid manually...
@CCob nice! You can checkout the `issue-192` branch, but this should solve only ZonedDateTime problem. I have to refactor `JavaTypeInstantiator` more to add all know java types - similar to...
Yes, I was thinking about it and perhaps it will be very similar to http://www.pojo.pl/writing-tests/#configure-fvc That's why I said that > they should be merged to some kind of ObjectCreator...
`FieldValueCreator` is as good as `FieldValueManipulator` as it will create and modify field value (by creating new / copy and change). But I think that this deserves for new issue....
I did my best this week but I don't think that it will be sooner that december.
@gedl please check https://github.com/sta-szek/pojo-tester/pull/222 if this satisfies issue reported by you. Thanks.
Blocked by issue https://github.com/hcoles/pitest/issues/284