Clover coverage report -
Coverage timestamp: Wed Jan 31 2007 15:38:53 EST
file stats: LOC: 24   Methods: 1
NCLOC: 8   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
StateTransfer200AopTest.java - 100% 100% 100%
coverage
 1    /*
 2    * JBoss, the OpenSource J2EE webOS
 3    *
 4    * Distributable under LGPL license.
 5    * See terms of license at gnu.org.
 6    */
 7   
 8    package org.jboss.cache.pojo.statetransfer;
 9   
 10    /**
 11    * Tests that PojoCache state transfer works properly if the version is 2.0.0.
 12    *
 13    * @author <a href="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>
 14    * @version $Revision: 1.1 $
 15    */
 16    public class StateTransfer200AopTest extends StateTransferAopTestBase
 17    {
 18   
 19  36 protected String getReplicationVersion()
 20    {
 21  36 return "2.0.0.GA";
 22    }
 23   
 24    }