RemoteStoreConfigurationBuilder storeConfigurationBuilder = TestCacheManagerFactory
.getDefaultCacheConfiguration(false)
.persistence()
.addStore(RemoteStoreConfigurationBuilder.class)
.remoteCacheName(REMOTE_CACHE);
storeConfigurationBuilder
.addServer()
.host(hrServer.getHost())
.port(hrServer.getPort());
RemoteStore remoteStore = new RemoteStore();