CMPUnitTestCase.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.securitymgr.test; /** Basic conformance tests for stateless sessions * * @author Scott.Stark@jboss.org * @version $Revision: 1.2 $ */ public class CMPUnitTestCase extends org.jboss.test.cts.test.CmpUnitTestCase { public CMPUnitTestCase(String name) { super(name); } }
CMPUnitTestCase.java |