public class StudyServiceTest
extends java.lang.Object
| Constructor and Description |
|---|
StudyServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
changeComponentPosition_invalidNumber_throws() |
void |
changeComponentPosition_outOfBounds_throws() |
void |
changeComponentPosition_valid_reorders_andUpdates() |
void |
getStudyFromIdOrUuid_numeric_notFound_throws() |
void |
getStudyFromIdOrUuid_numericId_branch_checksPermission_andReturns() |
void |
getStudyFromIdOrUuid_uuid_branch_checksPermission_andReturns() |
void |
getStudyFromIdOrUuid_uuid_notFound_throws() |
void |
setUp() |
void |
updateStudy_noLogWhenDescriptionUnchanged() |
void |
updateStudy_setsLogHashWhenDescriptionChanged() |
void |
updateStudy_withProperties_logsWhenChanged() |
public void setUp()
public void changeComponentPosition_valid_reorders_andUpdates()
throws java.lang.Exception
java.lang.Exceptionpublic void changeComponentPosition_invalidNumber_throws()
throws java.lang.Exception
java.lang.Exceptionpublic void changeComponentPosition_outOfBounds_throws()
throws java.lang.Exception
java.lang.Exceptionpublic void getStudyFromIdOrUuid_numericId_branch_checksPermission_andReturns()
throws java.lang.Exception
java.lang.Exceptionpublic void getStudyFromIdOrUuid_uuid_branch_checksPermission_andReturns()
throws java.lang.Exception
java.lang.Exceptionpublic void getStudyFromIdOrUuid_numeric_notFound_throws()
throws java.lang.Exception
java.lang.Exceptionpublic void getStudyFromIdOrUuid_uuid_notFound_throws()
throws java.lang.Exception
java.lang.Exceptionpublic void updateStudy_setsLogHashWhenDescriptionChanged()
public void updateStudy_noLogWhenDescriptionUnchanged()
public void updateStudy_withProperties_logsWhenChanged()