Which annotation implies that a method is a JUnit test case?
(a) @junit
(b) @testcase
(c) @org.Test
(d) @org.junit.Test
The question was posed to me in an interview for internship.
The doubt is from Exploring Core JUnit topic in section Exploring Core JUnit of JUnit