I am relatively new to Java and new to JUnit testing.
It’s absolutely clear to me what the Test class uis, but the TestSuite class confuses me.
Can someone explain me what TestSuite is for?
I am relatively new to Java and new to JUnit testing. It’s absolutely clear
Share
Its a collection of tests. It allows you to run such a collection as a group.
Example from the first link I found with google.