Method Summary |
|
final public void | DISABLED_testSave_saveFileNameExists() Assures FileStorageException is thrown when a the requested file name is already used by another file on the server. |
protected void | setUp() |
protected void | tearDown() Clean up any files created during test methods that were not removed (possibly because of a failure). |
final public void | testDelete_fileNotFound() Assures FileNotFound exception is thrown when an invalid file name to delete is given. |
final public void | testDelete_incorrectUserPermissions() Assures AuthorizationException is thrown when the user does not have permissions to delete a file with the given batch input
type. |
final public void | testDelete_valid() Checks existing file was removed by delete method. |
final public void | testSave_incorrectUserPermissions() Assures AuthorizationException is being thrown when the user does not have permissions on the given batch input type. |
final public void | testSave_valid() Checks file was created succesfully for valid call to save method. |