Michael Hanl | e56bb89 | 2016-05-25 17:34:41 +0200 | [diff] [blame] | 1 | import de.ids_mannheim.korap.config.ConfigTest; |
2 | import org.junit.runner.RunWith; | ||||
3 | import org.junit.runners.Suite; | ||||
4 | |||||
5 | /** | ||||
6 | * @author hanl | ||||
7 | * @date 29/02/2016 | ||||
8 | */ | ||||
9 | @RunWith(Suite.class) | ||||
10 | @Suite.SuiteClasses({ ConfigTest.class }) | ||||
11 | public class ServiceSuite {} |