|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase net.obsearch.storage.StorageValidationFloat
public class StorageValidationFloat
Field Summary | |
---|---|
static int |
NUM_OF_ITEMS
Create a vector of pairs of size NUM_OF_ITEMS so that
we can test the storage sub-system. |
static int |
STORAGE_SIZE
|
Constructor Summary | |
---|---|
StorageValidationFloat()
|
Method Summary | |
---|---|
static void |
validate(OBStoreFloat storage)
Validates a Storage for shorts. |
static void |
validateDuplicates(OBStoreFloat storage)
Validates a Storage for shorts. |
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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NUM_OF_ITEMS
NUM_OF_ITEMS
so that
we can test the storage sub-system.
public static final int STORAGE_SIZE
Constructor Detail |
---|
public StorageValidationFloat()
Method Detail |
---|
public static void validate(OBStoreFloat storage) throws OBStorageException, OBException
storage
-
OBStorageException
OBException
public static void validateDuplicates(OBStoreFloat storage) throws OBStorageException, OBException
storage
-
OBStorageException
OBException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |