java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mom4j.ostore.TestObjectStore
- All Implemented Interfaces:
- junit.framework.Test
- public class TestObjectStore
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| 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 |
TestObjectStore
public TestObjectStore(java.lang.String name)
testOpenEmpty
public void testOpenEmpty()
throws java.lang.Exception
testLock
public void testLock()
throws java.lang.Exception
testStoreAndRead
public void testStoreAndRead()
throws java.lang.Exception
testIndex
public void testIndex()
throws java.lang.Exception
testSequence
public void testSequence()
throws java.lang.Exception
testIndexAndSequence
public void testIndexAndSequence()
throws java.lang.Exception
testRemove
public void testRemove()
throws java.lang.Exception
testReuseFreespace
public void testReuseFreespace()
throws java.lang.Exception
testUpdate
public void testUpdate()
throws java.lang.Exception
_testMass
public void _testMass()
throws java.lang.Exception
findObject
private java.lang.Object findObject(ObjectStore os,
java.lang.String indexName,
java.lang.Object value,
int noOfResults)
throws java.lang.Exception