+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

Related questions

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