Public Member Functions |
|
void | run (TestResult testResult) |
|
void | tearDown () throws Exception |
Detailed Description
Base class for all ClusterJPA test cases.
Definition at line 34 of file PersistenceTestCase.java.
Member Function Documentation
| boolean com.mysql.clusterj.jpatest.PersistenceTestCase.closeEMF |
( |
EntityManagerFactory |
emf | ) |
|
|
inlineprotected |
| EntityManagerFactory com.mysql.clusterj.jpatest.PersistenceTestCase.createEMF |
( |
Object... |
props | ) |
|
|
inlineprotected |
Create an entity manager factory from properties.
- Parameters
-
| props | configuration values in the form key, value, key, value... |
Definition at line 57 of file PersistenceTestCase.java.
| EntityManagerFactory com.mysql.clusterj.jpatest.PersistenceTestCase.createNamedEMF |
( |
String |
pu, |
|
|
Object... |
props |
|
) |
| |
|
inlineprotected |
Create an entity manager factory for persistence unit pu.
- Parameters
-
| props | configuration values in the form key, value, key, value... |
Definition at line 87 of file PersistenceTestCase.java.
| String com.mysql.clusterj.jpatest.PersistenceTestCase.getPersistenceUnitName |
( |
| ) |
|
|
inlineprotected |
Member Data Documentation
| Map com.mysql.clusterj.jpatest.PersistenceTestCase.map |
|
protected |
| TestResult com.mysql.clusterj.jpatest.PersistenceTestCase.testResult |
|
protected |
The documentation for this class was generated from the following file: