Package services.gui

Class ComponentServiceIntegrationTest


  • public class ComponentServiceIntegrationTest
    extends JatosTest
    Tests for ComponentService
    • Constructor Detail

      • ComponentServiceIntegrationTest

        public ComponentServiceIntegrationTest()
    • Method Detail

      • clone_shouldCopyFieldsAndGenerateNewUuid_withoutPersist

        public void clone_shouldCopyFieldsAndGenerateNewUuid_withoutPersist()
      • bindToProperties_shouldReflectHtmlFileExists

        public void bindToProperties_shouldReflectHtmlFileExists()
      • updateComponentAfterEdit_shouldUpdateSelectedFields

        public void updateComponentAfterEdit_shouldUpdateSelectedFields()
      • createAndPersistComponent_fromProps_addsToStudyAndPersists

        public void createAndPersistComponent_fromProps_addsToStudyAndPersists()
      • renameHtmlFilePath_successfulRename

        public void renameHtmlFilePath_successfulRename()
      • renameHtmlFilePath_newHtmlFilePathExists

        public void renameHtmlFilePath_newHtmlFilePathExists()
      • renameHtmlFilePath_withSubFolder

        public void renameHtmlFilePath_withSubFolder()
      • renameHtmlFilePath_currentFileNotExistNewFileNotExist

        public void renameHtmlFilePath_currentFileNotExistNewFileNotExist()
      • renameHtmlFilePath_currentFileNotExistNewFileExist

        public void renameHtmlFilePath_currentFileNotExistNewFileExist()
      • renameHtmlFilePath_withEmptyString

        public void renameHtmlFilePath_withEmptyString()
      • validate_invalidTitle_shouldThrowValidationException

        public void validate_invalidTitle_shouldThrowValidationException()
      • getComponentFromIdOrUuid_shouldReturnValidComponent

        public void getComponentFromIdOrUuid_shouldReturnValidComponent()
      • remove_shouldRemoveFromStudy

        public void remove_shouldRemoveFromStudy()