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#.
Is there a java library that would help with creating instances of classes for
Share
You could use PoDaM: