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