Unit tests exist for java library classes?

M

Mark

I'm writing a custom Map class, and need to write some unit tests for
it. Since my class behaves nearly identically to java.util.HashMap,
I'd like to reuse whatever unit tests Sun has already written for
HashMap.

Anyone know if such unit tests exist, and if so, where I can obtain
them?
 
C

Christopher Blunck

I'm writing a custom Map class, and need to write some unit tests for
it. Since my class behaves nearly identically to java.util.HashMap,
I'd like to reuse whatever unit tests Sun has already written for
HashMap.

Anyone know if such unit tests exist, and if so, where I can obtain
them?


Good luck! If you do manage to get Sun to hand them to you, please
send me a copy - I'd love to see them.


-c
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top