public class ComponentServiceIntegrationTest extends JatosTest
admin, apiToken, application, jpaApi, TEST_RESOURCES_POTATO_COMPASS_JZIP| Constructor and Description |
|---|
ComponentServiceIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindToProperties_shouldReflectHtmlFileExists() |
void |
clone_shouldCopyFieldsAndGenerateNewUuid_withoutPersist() |
void |
createAndPersistComponent_fromProps_addsToStudyAndPersists() |
void |
getComponentFromIdOrUuid_shouldReturnValidComponent() |
void |
remove_shouldRemoveFromStudy() |
void |
renameHtmlFilePath_currentFileNotExistNewFileExist() |
void |
renameHtmlFilePath_currentFileNotExistNewFileNotExist() |
void |
renameHtmlFilePath_newHtmlFilePathExists() |
void |
renameHtmlFilePath_successfulRename() |
void |
renameHtmlFilePath_withEmptyString() |
void |
renameHtmlFilePath_withSubFolder() |
void |
updateComponentAfterEdit_shouldUpdateSelectedFields() |
void |
validate_invalidTitle_shouldThrowValidationException() |
createApiToken, createUser, dropDatabase, getAdmin, getStudy, importAndGetExampleStudy, importExampleStudy, removeAllLogs, removeAllResultUploads, removeAllStudies, removeAllStudyAssets, removeAllStudyLogs, removeUser, startApp, stopApppublic void clone_shouldCopyFieldsAndGenerateNewUuid_withoutPersist()
public void bindToProperties_shouldReflectHtmlFileExists()
public void updateComponentAfterEdit_shouldUpdateSelectedFields()
public void createAndPersistComponent_fromProps_addsToStudyAndPersists()
public void renameHtmlFilePath_successfulRename()
public void renameHtmlFilePath_newHtmlFilePathExists()
public void renameHtmlFilePath_withSubFolder()
public void renameHtmlFilePath_currentFileNotExistNewFileNotExist()
public void renameHtmlFilePath_currentFileNotExistNewFileExist()
public void renameHtmlFilePath_withEmptyString()
public void validate_invalidTitle_shouldThrowValidationException()
public void getComponentFromIdOrUuid_shouldReturnValidComponent()
public void remove_shouldRemoveFromStudy()