Class DbSchemaPrefixTestHelper
- java.lang.Object
-
- org.camunda.bpm.webapp.impl.test.util.DbSchemaPrefixTestHelper
-
- All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.InitializingBean
public class DbSchemaPrefixTestHelper extends java.lang.Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Test utility allowing to run the testsuite with a database table prefix
- Author:
- Daniel Meyer
-
-
Constructor Summary
Constructors Constructor Description DbSchemaPrefixTestHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
destroy()
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
-
destroy
public void destroy() throws java.lang.Exception
- Specified by:
destroy
in interfaceorg.springframework.beans.factory.DisposableBean
- Throws:
java.lang.Exception
-
-