What Is Used To Inject Mock Fields Into The Tested Object #1115
What is used to inject mock fields into the tested object automatically?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - JUnits - Quiz No.1.
What is used to inject mock fields into the tested object automatically?
@InjectMocks
@Inject
@InjectMockObject
@Mock