Is there a java library that would help with creating instances of classes for testing? One that examines the properties of a bean and fills it with random data.
I'm basically looking for Java equivalent of Object Hydrator for C#.
You could use PoDaM:
PodamFactory factory = new PodamFactoryImpl(); Pojo myPojo = factory.manufacturePojo(Pojo.class);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With