+1 vote
in JUnit by

Which of the following annotation tells JUnit that the public void method to which it is attached can be run as a test case?

A - @Test

B - @Before

C - @After

D - @BeforeClass

1 Answer

0 votes
by

Correct Ans is A - @Test

Related questions

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