assertEquals(
"getCache("
+ CACHE_NAME_FROM_CONFIGURATION_FILE
+ ") should have returned the cache having the provided name. However, the cache returned has a different name.",
CACHE_NAME_FROM_CONFIGURATION_FILE, cacheExpectedToHaveTheProvidedName.getName());
nativeCacheManager.stop();
}
/**
* Test method for
* {@link org.infinispan.spring.provider.SpringEmbeddedCacheManager#getCache(String)}.