What does it mean when I compile and run the program and it says “JUnit Version…
JUnit version 4.8.2
Time: 0.002
OK (0 tests)
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.
JUnit is a Framework, that you can use to test your application. If you don’t have any test-classes created the UnitTest won’t do anything. But if you write test-classes the IDE will check if the program works correctly. See also: https://de.wikipedia.org/wiki/JUnit