+1 vote
in JUnit by

Which of the following annotation causes that method to be run before each Test method?

A - @Test

B - @Before

C - @After

D - @BeforeClass

1 Answer

...