| import de.ids_mannheim.korap.exceptions.KustvaktException; |
| import de.ids_mannheim.korap.web.service.FastJerseyTest; |
| import org.junit.BeforeClass; |
| * Created by hanl on 17.04.16. |
| public class PublicAPITest extends FastJerseyTest { |
| public static void setup () { |
| FastJerseyTest.setPackages("de.ids_mannheim.korap.web.service.light", |
| "de.ids_mannheim.korap.web.filter", |
| "de.ids_mannheim.korap.web.utils"); |
| public void initMethod () throws KustvaktException {} |
| public void testContextSpanSent () { |
| public void testContextSpanPara () { |
| public void testSimpleSearch () { |