What is test suite in JUnit?

What is test suite in JUnit?

A test suite is a set of test cases. JUnit conducts tests for each test case in a test suite and the results for each test case are displayed on the console. A single test case is known as a test method.