InterviewSolution
Saved Bookmarks
| 1. |
What is the purpose of Test annotation in JUnit? |
|
Answer» The Test annotation tells JUnit that the public void method to which it is attached can be run as a test case. |
|