@Before runs before each test method in JUnit 4.
Practice this question from Quiz: JUnit and Mockito, with options and an explanation.
Question
@Before runs before each test method in JUnit 4.
Option A — Correct answer
True
@Test identifies a test method for JUnit.
Option B
False
@Test identifies a test method for JUnit.