| package de.ids_mannheim.korap.misc; | |
| import de.ids_mannheim.korap.exceptions.KustvaktException; | |
| import de.ids_mannheim.korap.web.FastJerseyTest; | |
| import org.junit.BeforeClass; | |
| import org.junit.Test; | |
| /** | |
| * Created by hanl on 17.04.16. | |
| */ | |
| public class PublicAPITest extends FastJerseyTest { | |
| @Override | |
| public void initMethod () throws KustvaktException {} | |
| @Test | |
| public void testContextSpanSent () { | |
| } | |
| @Test | |
| public void testContextSpanPara () { | |
| } | |
| @Test | |
| public void testSimpleSearch () { | |
| } | |
| } |