Package org.infinispan.compatibility.loaders

Examples of org.infinispan.compatibility.loaders.Custom52xCacheStoreConfig


   }


   public void testLocationIsCorrect() {
      Custom52xCacheStoreConfig config = ((Custom52xCacheStore) ((Adaptor52xStore) cl).getLoader()).getConfig();
      assertEquals(config.getLocation(), DIR);
   }
View Full Code Here


   }


   public void testLocationIsCorrect() {
      Custom52xCacheStoreConfig config = ((Custom52xCacheStore) ((Adaptor52xStore) cl).getLoader()).getConfig();
      assertEquals(config.getLocation(), DIR);
   }
View Full Code Here

TOP

Related Classes of org.infinispan.compatibility.loaders.Custom52xCacheStoreConfig

Copyright © 2018 www.massapicom. All rights reserved.
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.