Test classes should create one instance of this class for each unique test database they want to use. When the tests needing this instance are complete, ensure that {@link #drop(InMemoryDatabase)} is called to free the resources sothe JVM running the unit tests doesn't run out of heap space.
|
|
|
|