public abstract class DBSessionTest extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.TemporaryFolder |
temporaryFolder |
| Modifier | Constructor and Description |
|---|---|
protected |
DBSessionTest(DBSessionFactory sessionFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInstance() |
void |
addSessionInstanceBound() |
void |
setUp() |
void |
tearDown() |
void |
testBagCreateOrGet() |
void |
testBagGetNonExisting() |
void |
testBagRemove() |
void |
testBagRemoveInstance() |
void |
testCreateAndGetInstanceBag() |
void |
testCreateAndInsertEntities() |
void |
testDeleteInstance() |
void |
testGetBagList() |
void |
testGetInstances() |
void |
testGetNonExistingInstance() |
void |
testSwitchInstance() |
protected DBSessionTest(DBSessionFactory sessionFactory)
public void testGetInstances()
throws JasDBStorageException
JasDBStorageExceptionpublic void addInstance()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void addSessionInstanceBound()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testCreateAndGetInstanceBag()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testCreateAndInsertEntities()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testSwitchInstance()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testGetNonExistingInstance()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testDeleteInstance()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testGetBagList()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionpublic void testBagCreateOrGet()
throws JasDBStorageException
JasDBStorageExceptionpublic void testBagGetNonExisting()
throws JasDBStorageException
JasDBStorageExceptionpublic void testBagRemove()
throws JasDBStorageException
JasDBStorageExceptionpublic void testBagRemoveInstance()
throws JasDBStorageException,
IOException
JasDBStorageExceptionIOExceptionCopyright © 2015. All rights reserved.