Which of the following annotation causes that method run once before any of the test methods in the class?
A - @Test
B - @Before
C - @BeforeClass
D - @AfterClass
Ans is C - @BeforeClass