Search code examples
for-loopjunitjavacodebase

Does Junit test classes available which are used for jdk 1.6 or 1.7


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.


Solution

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