Package nzilbb.labbcat.server.api
Class TestResults
- java.lang.Object
-
- nzilbb.labbcat.server.api.TestResults
-
public class TestResults extends Object
Test the api/results 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 TestResults()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
invalidResults()
Test invalid results requeststatic void
main(String[] args)
void
results()
Ensure search results can be retrieved.static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
results
public void results() throws Exception
Ensure search results can be retrieved.- Throws:
Exception
-
invalidResults
public void invalidResults() throws Exception
Test invalid results request- Throws:
Exception
-
main
public static void main(String[] args)
-
-