"SpringEmbeddedCacheManager should load all named caches found in the configuration file of the wrapped "
+ "native cache manager. However, it does not know about the cache named "
+ CACHE_NAME_FROM_CONFIGURATION_FILE
+ " defined in said configuration file.",
cacheNames.contains(CACHE_NAME_FROM_CONFIGURATION_FILE));
nativeCacheManager.stop();
}
/**
* Test method for {@link org.infinispan.spring.provider.SpringEmbeddedCacheManager#stop()}.
*