+1 vote
in JUnit by

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

A - @Test

B - @Before

C - @After

D - @AfterClass

1 Answer

0 votes
by

Ans is C - @After

...