Claudenw commented on code in PR #402:
URL:
https://github.com/apache/commons-collections/pull/402#discussion_r1374707288
##########
src/test/java/org/apache/commons/collections4/bloomfilter/SimpleBloomFilterTest.java:
##########
@@ -41,4 +41,16 @@ public void testMergeShortBitMapProducer() {
assertTrue(filter.merge(producer));
assertEquals(1, filter.cardinality());
}
+
+ @Test
+ public void testCardinalityAndIsEmpty() {
Review Comment:
Added as fixture in abstract test class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]