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