| java.lang.Object com.db4o.db4ounit.common.btree.BTreeAssert
BTreeAssert | public class BTreeAssert (Code) | | |
Method Summary | |
public static void | assertEmpty(Transaction transaction, BTree tree) | public static void | assertKeys(Transaction transaction, BTree btree, int[] keys) | public static void | assertRange(int[] expectedKeys, BTreeRange range) | public static void | assertSingleElement(Transaction trans, BTree btree, Object element) | public static ExpectingVisitor | createExpectingVisitor(int value, int count) | public static ExpectingVisitor | createExpectingVisitor(int[] keys) | public static ExpectingVisitor | createExpectingVisitor(int expectedID) | public static BTree | createIntKeyBTree(ObjectContainerBase stream, int id, int nodeSize) | public static BTree | createIntKeyBTree(ObjectContainerBase stream, int id, int treeCacheHeight, int nodeSize) | public static void | dumpKeys(Transaction trans, BTree tree) | public static int | fillSize(BTree btree) | public static int[] | newBTreeNodeSizedArray(BTree btree, int value) | public static void | traverseKeys(BTreeRange result, Visitor4 visitor) |
assertRange | public static void assertRange(int[] expectedKeys, BTreeRange range)(Code) | | |
newBTreeNodeSizedArray | public static int[] newBTreeNodeSizedArray(BTree btree, int value)(Code) | | |
|
|