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