}
public void testSpymemcacheClient() throws Exception {
PropertiesHelper propertiesHelper = new PropertiesHelper(
this.properties);
SpyMemcacheClientFactory clientFactory = new SpyMemcacheClientFactory(
propertiesHelper);
Memcache cache = clientFactory.createMemcacheClient();
testCache(cache);
cache.shutdown();
}