commit | e56bb8938f91f2903aa796dff98dc3424d50297d | [log] [tgz] |
---|---|---|
author | Michael Hanl <micha.hanl@gmail.com> | Wed May 25 17:34:41 2016 +0200 |
committer | Michael Hanl <micha.hanl@gmail.com> | Wed May 25 17:34:41 2016 +0200 |
tree | 512924529ea8a6e5e08bca75bb7c86d34b202d77 | |
parent | 173ba4b66436940773ac5229ec1ce0fe387d795f [diff] [blame] |
refactoring
diff --git a/src/test/java/ServiceSuite.java b/src/test/java/ServiceSuite.java new file mode 100644 index 0000000..f13b776 --- /dev/null +++ b/src/test/java/ServiceSuite.java
@@ -0,0 +1,11 @@ +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 {}