Which of the following is correct about Test Suite in JUnit?
A - Test suite means bundle a few unit test cases and run it together.
B - @RunWith and @Suite annotation are used to run the suite test.
C - Both of the above
D - None of the above.
Correct Ans is C - Both of the above