}
@Test
public void testCustomRandomDataProviderStrategy() {
strategy = new CustomRandomDataProviderStrategy();
PodamFactory factory = new PodamFactoryImpl(strategy);
PojoWithMapsAndCollections pojo =
factory.manufacturePojo(PojoWithMapsAndCollections.class);
Assert.assertNotNull("POJO manufacturing failed", pojo);