iDev24 / google-collections

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

Add source jar for google-collect-testfw jar #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi I'm just wondering if its possible to get the source jar for the testfw
jar added to the download zip in future releases? We've begun to use the
testing framework for some custom Map implmentations we have and find it
very useful, but it would be nice if the source for it was also packaged in
the download for debugging purposes (obviously the bug is in our code, but
it helps to see what the check is doing).

Thanks,
Matt

Original issue reported on code.google.com by mattgoldspink1@gmail.com on 14 Apr 2009 at 2:02

GoogleCodeExporter commented 9 years ago
I'm ecstatic to find out that people are starting to find the test framework 
useful!

I was thinking, though, that it's probably not something that should be in the
standard download zip, because it's really not for most users.  Some 
possibilities:

* Offer both regular and full versions of the download
* Simply treat the testing framework as a completely separate thing
* Not include the test framework jar or sources in the download; get them 
through svn
* No change from how it is today

Original comment by kevin...@gmail.com on 14 Apr 2009 at 3:37

GoogleCodeExporter commented 9 years ago
> I'm ecstatic to find out that people are starting to find the test framework 
useful!
685 exhaustive tests for a single hashmap generated from about 8 lines of code 
and
running in two and a half seconds is undeniably cool!

I reckon that people who use it are likely to want to see what's going on 
without too
much fuss. So I'd vote for the second choice, separating the testfw into a 
separate
jar, but bundled with its source in the way that the rest of the library is 
right now.

Original comment by joe.kear...@gtempaccount.com on 14 Apr 2009 at 4:33