Shanmukhan
Shanmukhan

Reputation: 27

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.

Upvotes: 0

Views: 281

Answers (1)

Augusto
Augusto

Reputation: 29847

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

Upvotes: 1

Related Questions