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
JasDBStorageException
public void addInstance() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void addSessionInstanceBound() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testCreateAndGetInstanceBag() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testCreateAndInsertEntities() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testSwitchInstance() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testGetNonExistingInstance() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testDeleteInstance() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testGetBagList() throws JasDBStorageException, IOException
JasDBStorageException
IOException
public void testBagCreateOrGet() throws JasDBStorageException
JasDBStorageException
public void testBagGetNonExisting() throws JasDBStorageException
JasDBStorageException
public void testBagRemove() throws JasDBStorageException
JasDBStorageException
public void testBagRemoveInstance() throws JasDBStorageException, IOException
JasDBStorageException
IOException
Copyright © 2015. All rights reserved.