Package org.jbpm.test
Class AbstractBaseTest
- java.lang.Object
-
- org.jbpm.test.AbstractBaseTest
-
- Direct Known Subclasses:
AbstractServicesTest,JbpmJUnitBaseTestCase,JbpmJUnitTestCase
public abstract class AbstractBaseTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDATASOURCE_NAME
-
Constructor Summary
Constructors Constructor Description AbstractBaseTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidconfigure()protected PropertiesgetDataSourceProperties()protected StringgetJndiDatasourceName()static voidreset()protected org.kie.test.util.db.PoolingDataSourceWrappersetupPoolingDataSource()protected static org.kie.test.util.db.PoolingDataSourceWrappersetupPoolingDataSource(String datasourceName)
-
-
-
Field Detail
-
DATASOURCE_NAME
protected static final String DATASOURCE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public static void configure()
-
reset
public static void reset()
-
getJndiDatasourceName
protected String getJndiDatasourceName()
-
getDataSourceProperties
protected Properties getDataSourceProperties()
-
setupPoolingDataSource
protected static org.kie.test.util.db.PoolingDataSourceWrapper setupPoolingDataSource(String datasourceName)
-
setupPoolingDataSource
protected org.kie.test.util.db.PoolingDataSourceWrapper setupPoolingDataSource()
-
-