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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The JDK is tested , at least now, using jtreg . I am not aware of any usage of JUnit to test the JDK.