-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete TDD-based unit tests #1
Comments
These presently pass for all but one unit test, which relates to the BloomFilter.size() method.
|
Now that the full complement of unit tests pass, it's time to build a script harness so the testing environment, dependencies and tests themselves can be run with (hopefully) one commandline invocation.
|
Adds a unit test for known collisions with the FNV-1a hash. See Issue #1. This unit test is algorithm-specific, not Bloom-filter specific. Thus the unit test is expected to fail if the underlying hash function is changed in future for any reason (i.e. to Murmur2).
Post 9d5e6fe a successful unit test run looks like:
Run with Microsoft Office Excel 2007 (12.0.6715.5000) SP3 MSO (12.0.6683.5000) on Windows 7. |
Complete TDD-based unit tests #3)The text was updated successfully, but these errors were encountered: