MCQOPTIONS
Saved Bookmarks
This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Junit knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
___________ is a ThreadingPolicy that makes the Mockery thread-safe and helps tests synchronize with background threads. |
| A. | Blitzer |
| B. | DeterministicExecutor |
| C. | DeterministicScheduler |
| D. | Synchroniser |
| Answer» E. | |
| 2. |
______________ is a ScheduledExecutorService that executes commands on the thread that calls runNextPendingCommand, runUntilIdle or tick. |
| A. | Blitzer |
| B. | DeterministicExecutor |
| C. | DeterministicScheduler |
| D. | Synchroniser |
| Answer» B. DeterministicExecutor | |
| 3. |
______________ is a class that blitzes an object by calling it many times, from multiple threads. |
| A. | Blitzer |
| B. | DeterministicExecutor |
| C. | DeterministicScheduler |
| D. | Synchroniser |
| Answer» B. DeterministicExecutor | |
| 4. |
Which package contains interfaces that define jMock s Domain Specific Embedded Language? |
| A. | org.jmock |
| B. | org.jmock.syntax |
| C. | org.jmock.lib |
| D. | org.jmock.integration.junit3 |
| Answer» C. org.jmock.lib | |
| 5. |
_______________ contains implementations of the core interfaces that are used to adjust or extend jMock s basic functionality. |
| A. | org.jmock |
| B. | org.jmock.api |
| C. | org.jmock.lib |
| D. | org.jmock.integration.junit3 |
| Answer» D. org.jmock.integration.junit3 | |