InterviewSolution
Saved Bookmarks
| 1. |
How can we test protected methods? |
|
Answer» For testing PROTECTED methods, the test CLASS should be DECLARED in the same package as that of the target class. |
|