Clover coverage report -
Coverage timestamp: Wed Jan 31 2007 15:38:53 EST
file stats: LOC: 16   Methods: 1
NCLOC: 9   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
CacheListenerOptimisticTest.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.notifications;
 8   
 9    public class CacheListenerOptimisticTest extends CacheListenerTest
 10    {
 11  6 public CacheListenerOptimisticTest(String s)
 12    {
 13  6 super(s);
 14  6 optLocking = true;
 15    }
 16    }