Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How was the first release of JDK Unit Tested?

Tags:

java

junit

Can someone please explain the following

  1. How was the first JDK release unit Tested? Since Junit came after Java how did they do it?
  2. Are the current releases using Junit to test the JDK API?

Regards

like image 234
Sameer Patil Avatar asked Mar 18 '10 11:03

Sameer Patil


1 Answers

The JDK is tested , at least now, using jtreg . I am not aware of any usage of JUnit to test the JDK.

like image 60
Robert Munteanu Avatar answered Oct 04 '22 22:10

Robert Munteanu