

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
1. |
Stubs work well to ________ a given class for testing and asserting the state of its instances. |
A. | Delete |
B. | Enhance |
C. | Isolate |
D. | Append |
Answer» D. Append | |
2. |
A __________ offers services for the components it s hosting, such as lifecycle, security, transaction, distribution, and so forth. |
A. | Component |
B. | Container |
C. | Mock |
D. | Appraisal |
Answer» C. Mock | |
3. |
____________ translates ExpectationErrors into JUnit s AssertionFailedErrors. |
A. | JUnit3ErrorTranslator |
B. | JUnit3Mockery |
C. | MockObjectTestCase |
D. | VerifyingTestCase |
Answer» B. JUnit3Mockery | |