public class CheckerTest
extends java.lang.Object
| Constructor and Description |
|---|
CheckerTest() |
public void tearDown()
public void checkStandardForComponent_byIds_valid()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForComponent_byIds_nullComponent_throwsNotFound()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForComponent_byIds_componentWithoutStudy_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForComponent_byIds_componentBelongsToDifferentStudy_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForComponent_withUser_memberOrSuperuser()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForComponent_withUser_notMemberAndNotSuperuser_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkComponentBelongsToStudy_acceptsIdOrUuid()
throws java.lang.Exception
java.lang.Exceptionpublic void checkComponentBelongsToStudy_mismatch_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForBatch_valid_forStudyAndUser()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForBatch_nullBatch_throwsNotFound()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForBatch_batchNotInStudy_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForBatch_userNotMemberAndNotSuperuser_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForGroup_valid_forStudyAndUser()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForGroup_null_throwsNotFound()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForGroup_notInStudy_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForGroup_userNotMemberAndNotSuperuser_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkDefaultBatch_default_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkDefaultBatch_nonDefault_ok()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStudyLocked_locked_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStudyLocked_unlocked_ok()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForStudy_memberOrSuperuser_ok()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForStudy_nullStudy_throwsNotFound()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStandardForStudy_notMember_throwsForbidden()
throws java.lang.Exception
java.lang.Exceptionpublic void checkComponentResult_andList_ok_andLockedCheck()
throws java.lang.Exception
java.lang.Exceptionpublic void checkStudyResult_andList_ok_andLockedCheck()
throws java.lang.Exception
java.lang.Exceptionpublic void checkWorker_nullThrows_elseOk()
throws java.lang.Exception
java.lang.Exceptionpublic void isUserAllowedToAccessWorker_containsWorker_ok_elseForbidden()
throws java.lang.Exception
java.lang.Exception