NodeAPIOptimisticTest.java :  » JBoss » JBossCache » org » jboss » cache » api » Java Open Source

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » api » NodeAPIOptimisticTest.java
package org.jboss.cache.api;

import org.testng.annotations.Test;

/**
 * An optimistic version of {@link org.jboss.cache.api.NodeAPITest}
 */
@Test(groups={"functional"})
public class NodeAPIOptimisticTest extends NodeAPITest
{
   public NodeAPIOptimisticTest()
   {
      optimistic = true;
   }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.