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