MCQOPTIONS
Saved Bookmarks
| 1. |
What is used to inject mock fields into the tested object automatically? |
| A. | @InjectMocks |
| B. | @Inject |
| C. | @InjectMockObject |
| D. | @Mock |
| Answer» B. @Inject | |