Clover coverage report -
Coverage timestamp: Wed Jan 31 2007 15:38:53 EST
file stats: LOC: 26   Methods: 3
NCLOC: 14   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
NodeMoveOptimisticTest.java - 100% 100% 100%
coverage
 1    /*
 2    * JBoss, Home of Professional Open Source
 3    *
 4    * Distributable under LGPL license.
 5    * See terms of license at gnu.org.
 6    */
 7    package org.jboss.cache.api;
 8   
 9   
 10    public class NodeMoveOptimisticTest extends NodeMoveAPITest
 11    {
 12  10 public NodeMoveOptimisticTest()
 13    {
 14  10 optimistic = true;
 15    }
 16   
 17  1 public void testLocks()
 18    {
 19    // no op
 20    }
 21   
 22  1 public void testLocksDeepMove()
 23    {
 24    // no op
 25    }
 26    }