

MCQOPTIONS
Saved Bookmarks
1. |
Which_methods_cannot_be_tested_by_JUnit_test_class?$ |
A. | public methods |
B. | private methods |
C. | protected methods |
D. | methods with void return type |
Answer» C. protected methods | |