Package nzilbb.labbcat.server.api.admin
Class TestCategories
- java.lang.Object
-
- nzilbb.labbcat.server.api.admin.TestCategories
-
public class TestCategories 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 TestCategories()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
newCategoryUpdateCategoryAndDeleteCategory()
void
readonlyAccessEnforced()
static void
setBaseUrl()
void
validation()
-
-
-
Method Detail
-
setBaseUrl
public static void setBaseUrl() throws MalformedURLException
- Throws:
MalformedURLException
-
newCategoryUpdateCategoryAndDeleteCategory
public void newCategoryUpdateCategoryAndDeleteCategory() throws Exception
- Throws:
Exception
-
readonlyAccessEnforced
public void readonlyAccessEnforced() throws IOException, nzilbb.ag.StoreException, nzilbb.ag.PermissionException
- Throws:
IOException
nzilbb.ag.StoreException
nzilbb.ag.PermissionException
-
main
public static void main(String[] args)
-
-