java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mom4j.mstore.fs.TestFileSystemStore
- All Implemented Interfaces:
- junit.framework.Test
- public class TestFileSystemStore
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
BASEDIR
public static final java.lang.String BASEDIR
- See Also:
- Constant Field Values
DESTINATION
private static final java.lang.String DESTINATION
DESTINATION1
private static final java.lang.String DESTINATION1
DELIM
private static final java.lang.String DELIM
store
private FileSystemStore store
storePath
private java.io.File storePath
count
private int count
TestFileSystemStore
public TestFileSystemStore(java.lang.String name)
- Creates new TestFileStore
setUp
public void setUp()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
testBasics
public void testBasics()
throws java.lang.Exception
testBasicWriteReadDelete
public void testBasicWriteReadDelete()
throws java.lang.Exception
testWriteTxCommit
public void testWriteTxCommit()
throws java.lang.Exception
testWriteTxRollback
public void testWriteTxRollback()
throws java.lang.Exception
testDeleteTxCommit
public void testDeleteTxCommit()
throws java.lang.Exception
testDeleteTxRollback
public void testDeleteTxRollback()
throws java.lang.Exception
testReadLock
public void testReadLock()
throws java.lang.Exception
testInitRecovery
public void testInitRecovery()
throws java.lang.Exception
testGetEldestLatest
public void testGetEldestLatest()
throws java.lang.Exception
testGetEldestLatestWithPrio
public void testGetEldestLatestWithPrio()
throws java.lang.Exception
testMultiThreaded
public void testMultiThreaded()
throws java.lang.Exception