Question: What is not a method stub that Eclipse will create for you in the New JUnit Test Case window?

  1. tearDown()
  2. setUpClass()
  3. tearDownAfterClass()
  4. setUp()

Answer: The correct answer of the above question is Option B:setUpClass()