Class TestExpress
- java.lang.Object
-
- nzilbb.labbcat.server.api.dashboard.TestExpress
-
public class TestExpress extends Object
Test the api/dashboard/express 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 TestExpress()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dashboardExpress()
Test express dashboard items are returnedstatic void
main(String[] args)
static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
dashboardExpress
public void dashboardExpress() throws Exception
Test express dashboard items are returned- Throws:
Exception
-
main
public static void main(String[] args)
-
-