| package de.ids_mannheim.korap.misc; | |
| import de.ids_mannheim.korap.config.ConfigTest; | |
| import org.junit.runner.RunWith; | |
| import org.junit.runners.Suite; | |
| /** | |
| * @author hanl | |
| * @date 29/02/2016 | |
| */ | |
| @RunWith(Suite.class) | |
| @Suite.SuiteClasses({ ConfigTest.class }) | |
| public class ServiceSuite {} |