Hi all, In filling out some of the unit tests for Collections, I've noticed that there are quite a few tests and methods that are useful in a more general sense. For example:
TestObject methods for testing equals() and hashCode() TestObject methods for performing Serialization in-memory and to disk TestMap, TestCollection I was wondering if it makes sense to create releasable "sub-components" (with separate dependencies) of lang, io, collections, servlet, etc. that contain the basis of common unit tests. This would allow users to benefit from tests that we write, and allow us to formalize the types of test that we run on our components. Right now, I'm not positive that there would be enough common operations to make it worthwhile, but I think it's worth considering. Perhaps: Lang: TestObject, ? IO: TestSerialization, ? Collections: TestMap, TestCollection, TestList, ? - Morgan _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
