public class EmbeddedClientObjectContainerTestCase extends Db4oTestWithTempFile
| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedClientObjectContainerTestCase.Item |
static class |
EmbeddedClientObjectContainerTestCase.ItemHolder |
| Modifier and Type | Field and Description |
|---|---|
protected ExtObjectContainer |
_client1 |
protected ExtObjectContainer |
_client2 |
| Constructor and Description |
|---|
EmbeddedClientObjectContainerTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
protected EmbeddedClientObjectContainerTestCase.Item |
storeItemToClient1AndCommit() |
void |
tearDown() |
void |
testActivate() |
void |
testBackup() |
void |
testBindIsolation() |
void |
testClose() |
void |
testCommitOnClose() |
void |
testConfigure() |
void |
testDeactivate() |
void |
testDelete() |
void |
testDescendIsolation() |
void |
testExt() |
void |
testGet() |
void |
testGetByID() |
void |
testGetByUUID() |
void |
testGetID() |
void |
testGetObjectInfo() |
void |
testIdenity() |
void |
testIsCached() |
void |
testIsClosed() |
void |
testIsStored() |
void |
testKnownClasses() |
void |
testLock() |
void |
testPeekPersisted() |
void |
testPurge() |
void |
testReferenceSystemIsolation() |
void |
testReflector() |
void |
testRefresh() |
void |
testRollback() |
void |
testSetAndCommitIsolation() |
void |
testSetSemaphore() |
void |
testSetWithDepth() |
void |
testStoredClasses() |
void |
testStoredFieldIsolation() |
void |
testSystemInfo() |
void |
testVersion() |
newConfigurationtempFileprotected ExtObjectContainer _client1
protected ExtObjectContainer _client2
public EmbeddedClientObjectContainerTestCase()
public void testReferenceSystemIsolation()
public void testSetAndCommitIsolation()
public void testActivate()
public void testBackup()
public void testBindIsolation()
public void testClose()
public void testCommitOnClose()
public void testConfigure()
public void testDeactivate()
public void testDelete()
public void testDescendIsolation()
public void testExt()
public void testGet()
public void testGetID()
public void testGetByID()
public void testGetObjectInfo()
public void testGetByUUID()
public void testIdenity()
public void testIsCached()
public void testIsClosed()
public void testIsStored()
public void testKnownClasses()
public void testLock()
public void testPeekPersisted()
public void testPurge()
public void testReflector()
public void testRefresh()
public void testRollback()
public void testSetSemaphore()
public void testSetWithDepth()
public void testStoredFieldIsolation()
public void testStoredClasses()
public void testSystemInfo()
public void testVersion()
protected EmbeddedClientObjectContainerTestCase.Item storeItemToClient1AndCommit()
public void setUp()
throws java.lang.Exception
setUp in interface TestLifeCyclesetUp in class TestWithTempFilejava.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
tearDown in interface TestLifeCycletearDown in class TestWithTempFilejava.lang.Exception