+1 vote
in JUnit by

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

1 Answer

+1 vote
by
...