rajrembo / google-collections

Automatically exported from code.google.com/p/google-collections
Apache License 2.0
0 stars 0 forks source link

Investigate poor test coverage for Maps.filterEntries().keySet() #262

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would have thought the test code I see here would have exercised the 
keySet() view of Maps.filterEntries(), but a coverage report says no.  
What's up here?

Original issue reported on code.google.com by kevin...@gmail.com on 16 Oct 2009 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by kevin...@gmail.com on 29 Oct 2009 at 6:43

GoogleCodeExporter commented 8 years ago
Ahh, they were using MapInterfaceTest, which is not as good as 
MapTestSuiteBuilder. 
Moving them over and checking coverage again...

Original comment by kevin...@gmail.com on 9 Nov 2009 at 10:47

GoogleCodeExporter commented 8 years ago

Original comment by kevin...@gmail.com on 10 Nov 2009 at 6:58