Generic method which returns an instance of the given class filled with dummy values, using the default data provider strategy.
This method uses {@link RandomDataProviderStrategy} as the defaultimplementation.
@param pojoClass The name of the class for which an instance filled with values is required
@return An instance of filled with dummy values
@throws PodamMockeryException if a problem occurred while creating a POJO instance or while setting its state
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.