Suite class is the JUnit 4 equivalent of what feature of JUnit 3.8.x?
(a) static Test suite() method
(b) Test suite() method
(c) static void suite() method
(d) void suite() method
This question was addressed to me in unit test.
My question comes from Composing Tests with a Suite topic in chapter Exploring Core JUnit of JUnit