Package nzilbb.labbcat.server.api
Class TestPraat
- java.lang.Object
-
- nzilbb.labbcat.server.api.TestPraat
-
public class TestPraat extends Object
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 TestPraat()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fileOperationsDisallowed()
Test that the Process with Praat endpoint doesn't allow reading/creating/deleting files on the server.static void
main(String[] args)
void
processWithPraat()
Test that the Process with Praat endpoint generally works.
-
-
-
Method Detail
-
processWithPraat
public void processWithPraat() throws Exception
Test that the Process with Praat endpoint generally works.- Throws:
Exception
-
fileOperationsDisallowed
public void fileOperationsDisallowed() throws Exception
Test that the Process with Praat endpoint doesn't allow reading/creating/deleting files on the server.- Throws:
Exception
-
main
public static void main(String[] args)
-
-