An adapter class that enables users to call all important methods from {@link MultipleCacheManagersTest}, {@link AbstractCacheTest} and {@link AbstractInfinispanTest}, changing their visibility to public. Usage of this class is in infinispan-arquillian-container project which enables injecting of this class into a test case and forming a cluster of cache managers/caches. A few methods from super-classes changed their names, mostly because they cannot be overridden. All such methods have comments on them which say "name change".
@author Martin Gencur
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.