Class TestItem
- java.lang.Object
-
- nzilbb.labbcat.server.api.dashboard.TestItem
-
public class TestItem extends Object
Test the api/dashboard/item/... 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 TestItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dashboard()
Test dashboard item value is returnedvoid
invalidItem()
Test invalid dashboard item requeststatic void
main(String[] args)
static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
dashboard
public void dashboard() throws Exception
Test dashboard item value is returned- Throws:
Exception
-
invalidItem
public void invalidItem() throws Exception
Test invalid dashboard item request- Throws:
Exception
-
main
public static void main(String[] args)
-
-