Package nzilbb.labbcat.server.api
Class TestAgreement
- java.lang.Object
-
- nzilbb.labbcat.server.api.TestAgreement
-
public class TestAgreement extends Object
Test the api/agreement/... endpoints.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 TestAgreement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
aggreement()
Ensure data license agreement can be retrieved.static void
main(String[] args)
static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
aggreement
public void aggreement() throws Exception
Ensure data license agreement can be retrieved.- Throws:
Exception
-
main
public static void main(String[] args)
-
-