| org.objectweb.speedo.ejb.SpeedoTestHelper
All known Subclasses: org.objectweb.speedo.ejb.runtime.basic.TestBasicA,
SpeedoTestHelper | abstract public class SpeedoTestHelper extends TestCase (Code) | | Provide common code for all tests covering EJB3. It is inherited by most
of the test cases of EJB3.
author: P. Dechamboux |
emf | protected static EntityManagerFactory emf(Code) | | |
emfProblem | protected static boolean emfProblem(Code) | | |
logger | public Logger logger(Code) | | |
loggerFactory | protected LoggerFactory loggerFactory(Code) | | |
deleteAllInstances | protected int deleteAllInstances(Class clazz)(Code) | | |
getCacheAttributeController | protected CacheAttributeController getCacheAttributeController(EntityManagerFactory _emf) throws Exception(Code) | | |
getEMF | public EntityManagerFactory getEMF(String emname)(Code) | | |
getIntProperty | public static int getIntProperty(String propertyName, int defaultValue)(Code) | | |
getLogger | public Logger getLogger()(Code) | | |
getLoggerName | abstract protected String getLoggerName()(Code) | | |
getMapper | public PMapper getMapper(EntityManagerFactory _emf) throws Exception(Code) | | |
i2s | final public static String i2s(int val, int length)(Code) | | |
length | final public static int length(int val)(Code) | | |
|
|