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 | |