Which annotation must be used to define suite classes?
(a) @RunWith
(b) @SuiteClasses
(c) @Suite
(d) @SuiteClass
I had been asked this question during an online exam.
This question is from Running Parameterized Tests topic in section Exploring Core JUnit of JUnit