0

Is there any way to get junit test classes used to test jdk1.6 code base.

JDK is coming with src.zip, in the same way can I get test.zip which contains all test cases for all jdk classes.

Alessandro Minoccheri
  • 35,521
  • 22
  • 122
  • 171
Shanmukhan
  • 27
  • 5
  • im not really sure how your question is related to this website. it seems to me that you want a google search. if you want help with code, post your code here and you may get some help, otherwise, im not sure how you can be helped. – Inbar Rose Nov 15 '12 at 08:06

1 Answers1

1

What you want is the Java Technology Compatibility Kit (of TCK for short).

Augusto
  • 28,839
  • 5
  • 58
  • 88