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 voiddashboard()Test dashboard item value is returnedvoidinvalidItem()Test invalid dashboard item requeststatic voidmain(String[] args)static voidsetBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException- Throws:
MalformedURLException
-
dashboard
public void dashboard() throws ExceptionTest dashboard item value is returned- Throws:
Exception
-
invalidItem
public void invalidItem() throws ExceptionTest invalid dashboard item request- Throws:
Exception
-
main
public static void main(String[] args)
-
-