| org.apache.openjpa.persistence.test |
|
| Java Source File Name | Type | Comment |
| AbstractCachedEMFTestCase.java | Class | Testcase which caches EntityManagerFactories based on the persistence unit name and the properties provided at
runtime. |
| AbstractPersistenceTestCase.java | Class | Base class for Persistence TestCases. |
| AllowFailure.java | Annotation | Signals to the harness to ignore if the annotated test case/method fail. |
| ClassSelector.java | Class | List class names that match specific selection criteria based on inheritance,
implemented interface or annotations. |
| CombinationGenerator.java | Class | Generates combinations given multiple choices in each dimension. |
| CombinatorialPersistenceTestCase.java | Class | Adds ability to run tests under combinations of options. |
| CombinatorialTestHelper.java | Class | Aids to run a single test under different combination of configuration
parameters.
Each configurable property can be registered to this receiver with all its
possible values. |
| DatabasePlatform.java | Annotation | Annotates a test to run only if the specified driver classes are available in
the current classpath. |
| PersistenceTestCase.java | Class | Base test class providing persistence utilities.
EntityManagerFactory created by this receiver is statically cached indexed
by a key which is a combination of the persistence unit name and the user
configuration. |
| SingleEMFTestCase.java | Class | Base class for OpenJPA-specific Test Case.
Provides utilities for configuration setup and persistent entity
registration during setUp() method.
Derived classes can access protected EntityManagerFactory to create
EntityManager. |
| SingleEMTestCase.java | Class | A base test case that can be used to easily test scenarios where there
is only a single EntityManager at any given time. |
| SQLListenerTestCase.java | Class | Base class for tests that need to check generated SQL. |