public class LocalStorageIBoxDbTest extends DAOTest<LocalStorageIBoxDbTest.KeyedWrapper>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LocalStorageIBoxDbTest.KeyedWrapper  | 
| Modifier and Type | Field and Description | 
|---|---|
org.junit.rules.TemporaryFolder | 
folder  | 
dao, testObject1, testObject2, testObject3, testObject4| Constructor and Description | 
|---|
LocalStorageIBoxDbTest()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
rawSave(java.util.List<LocalStorageIBoxDbTest.KeyedWrapper> keyedWrappers)  | 
void | 
setUp()  | 
void | 
tearDown()  | 
LocalStorageIBoxDbTest.KeyedWrapper | 
toBaseObject(TransientObject object)  | 
testCount, testDelete, testExists, testGet, testQuery, testQueryEmbededCollections, testSavepublic void setUp()
setUp in class DAOTest<LocalStorageIBoxDbTest.KeyedWrapper>public void tearDown()
tearDown in class DAOTest<LocalStorageIBoxDbTest.KeyedWrapper>public LocalStorageIBoxDbTest.KeyedWrapper toBaseObject(TransientObject object)
toBaseObject in class DAOTest<LocalStorageIBoxDbTest.KeyedWrapper>public void rawSave(java.util.List<LocalStorageIBoxDbTest.KeyedWrapper> keyedWrappers)
rawSave in class DAOTest<LocalStorageIBoxDbTest.KeyedWrapper>