示例#1
0
 public void ContainsValueTest()
 {
     try {
         cache.ContainsValue("key");
         Assert.Fail("Should throw an unsupported op exception for now.");
     } catch (Infinispan.HotRod.Exceptions.UnsupportedOperationException) {
     }
 }