mpkorstanje / simmetrics

Similarity or Distance Metrics, e.g. Levenshtein, for Java
Apache License 2.0
41 stars 15 forks source link

Dedicated unit tests for List and SetMetrics #4

Closed mpkorstanje closed 9 years ago

mpkorstanje commented 9 years ago

List and Set metrics are currently tested as if they were string metrics.

This prevents testing specific features of the metrics. Tests should be decoupled in some way.

mpkorstanje commented 9 years ago

Split up tests. Discovered issues with Jaro. Fixed issues in develop.