| org.archive.util.fingerprint.LongFPSetTestCase org.archive.util.fingerprint.LongFPSetCacheTest
LongFPSetCacheTest | public LongFPSetCacheTest(String testName)(Code) | | Create a new LongFPSetCacheTest object
Parameters: testName - the name of the test |
main | public static void main(String argv)(Code) | | run all the tests for LongFPSetCacheTest
Parameters: argv - the command line arguments |
suite | public static Test suite()(Code) | | return the suite of tests for LongFPSetCacheTest
the suite of test |
testCount | public void testCount()(Code) | | This is a cache buffer, which does not grow,
but chucks out old values. Therefore it has a different behaviour
from all the other LongFPSets. We do a different test here.
|
|
|