Quiz: JUnit and Mockito Questions

Browse questions from Quiz: JUnit and Mockito. Each question has options and an explanation.

Questions — Page 1 of 1

  1. Which JUnit annotation marks a method as a test?
  2. @Before runs before each test method in JUnit 4.
  3. Which assertion checks that two values are equal?
  4. assertNull checks that an object reference is not null.
  5. What is a Mockito mock?
  6. A mock is useful for replacing an external service dependency in a unit test.
  7. What is the key behavior of a spy?
  8. A spy never calls real methods under any circumstances.

Browse questions

Quiz overview

Open on QuizMaker