Reputation: 27
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.
Upvotes: 0
Views: 281
Reputation: 29847
What you want is the Java Technology Compatibility Kit (of TCK for short).
Upvotes: 1