Package nzilbb.labbcat.server.api
Class TestCorpus
- java.lang.Object
-
- nzilbb.labbcat.server.api.TestCorpus
-
public class TestCorpus extends Object
Test the api/corpus endpoint.These tests assume that there is a working LaBB-CAT instance with the latest version of nzilbb.labbcat.server.jar installed.
-
-
Constructor Summary
Constructors Constructor Description TestCorpus()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
corpus()
Ensure corpus statistics can be retrieved.static void
main(String[] args)
static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
corpus
public void corpus() throws Exception
Ensure corpus statistics can be retrieved.- Throws:
Exception
-
main
public static void main(String[] args)
-
-