+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

Related questions

+1 vote
asked May 18, 2020 in JUnit by GeorgeBell
+1 vote
+1 vote
asked May 18, 2020 in JUnit by GeorgeBell
...