Class TestFragments
- java.lang.Object
-
- nzilbb.labbcat.server.api.serialize.TestFragments
-
public class TestFragments extends Object
Test the api/serialize/fragments 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 TestFragments()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
serializeFragments()
Ensure transcript fragments cn be extracted.static void
setBaseUrl()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
serializeFragments
public void serializeFragments() throws Exception
Ensure transcript fragments cn be extracted.- Throws:
Exception
-
main
public static void main(String[] args)
-
-