I have several Junit/Selenium WebDriver tests, each one in separate class. Still I have not been able to implement methods which should be run before and after ALL tests are run. Not before or after class, because then they run before and after every test.
I must implement some sort of test suite, but how that is done e.g without adding all the classes manually to suite?