Package nzilbb.labbcat.server.api
Class TestVersions
- java.lang.Object
-
- nzilbb.labbcat.server.api.TestVersions
-
public class TestVersions extends Object
Test the api/versions 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 TestVersions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
static void
setBaseUrl()
void
versions()
Ensure expected version information is returned.
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
versions
public void versions() throws Exception
Ensure expected version information is returned.- Throws:
Exception
-
main
public static void main(String[] args)
-
-