.createCacheManager(hotRodCacheConfiguration(serverBuilder));
sourceServerCache = sourceContainer.getCache();
sourceServer = TestHelper.startHotRodServer(sourceContainer);
ConfigurationBuilder targetConfigurationBuilder = TestCacheManagerFactory.getDefaultCacheConfiguration(false);
targetConfigurationBuilder.loaders().addStore(RemoteCacheStoreConfigurationBuilder.class).hotRodWrapping(true).addServer().host("localhost").port(sourceServer.getPort());
targetContainer = TestCacheManagerFactory
.createCacheManager(hotRodCacheConfiguration(targetConfigurationBuilder));
targetServerCache = targetContainer.getCache();
targetServer = TestHelper.startHotRodServer(targetContainer);