How was the first release of JDK Unit Tested?
- by Sameer Patil
Can someone please explain the following
How was the first JDK release unit Tested? Since Junit came after Java how did they do it?
Are the current releases using Junit to test the JDK API?
Regards