Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top