

MCQOPTIONS
Saved Bookmarks
1. |
Using which annotation non visible or private method can be tested? |
A. | @VisibleForTesting |
B. | @NonVisibleForTesting |
C. | @Visible |
D. | @NonVisible |
Answer» B. @NonVisibleForTesting | |