|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.archive.util.fingerprint.LongFPSetTestCase
org.archive.util.fingerprint.LongFPSetCacheTest
JUnit test suite for LongFPSetCache
Constructor Summary | |
LongFPSetCacheTest(java.lang.String testName)
Create a new LongFPSetCacheTest object |
Method Summary | |
static void |
main(java.lang.String[] argv)
run all the tests for LongFPSetCacheTest |
(package private) LongFPSet |
makeLongFPSet()
|
static junit.framework.Test |
suite()
return the suite of tests for LongFPSetCacheTest |
void |
testCount()
This is a cache buffer, which does not grow, but chucks out old values. |
Methods inherited from class org.archive.util.fingerprint.LongFPSetTestCase |
setUp, testAdd, testContains, testRemove, testWithZero |
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LongFPSetCacheTest(java.lang.String testName)
testName
- the name of the testMethod Detail |
public static void main(java.lang.String[] argv)
argv
- the command line argumentspublic static junit.framework.Test suite()
LongFPSet makeLongFPSet()
makeLongFPSet
in class LongFPSetTestCase
public void testCount()
testCount
in class LongFPSetTestCase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |