Class TemplateCopierTest

java.lang.Object
de.hybris.ant.taskdefs.docker.TemplateCopierTest

@UnitTest public class TemplateCopierTest extends Object
  • Constructor Details

    • TemplateCopierTest

      public TemplateCopierTest()
  • Method Details

    • prepare

      public void prepare() throws IOException
      Throws:
      IOException
    • cleanup

      public void cleanup() throws IOException
      Throws:
      IOException
    • shouldThrowExceptionIfTemplateDirIsNull

      public void shouldThrowExceptionIfTemplateDirIsNull()
    • shouldThrowExceptionIfTargetDirIsNull

      public void shouldThrowExceptionIfTargetDirIsNull()
    • shouldSkipNullCustomProperties

      public void shouldSkipNullCustomProperties()
    • shouldSkipNullFilesToCopy

      public void shouldSkipNullFilesToCopy()
    • shouldThrowExceptionIfTemplateDoesNotExist

      public void shouldThrowExceptionIfTemplateDoesNotExist()
    • shouldCopyFilesFromTemplateToTarget

      public void shouldCopyFilesFromTemplateToTarget() throws IOException
      Throws:
      IOException
    • shouldNotCopyDefaultPropertiesFile

      public void shouldNotCopyDefaultPropertiesFile() throws IOException
      Throws:
      IOException
    • shouldCopyAdditionalFilesToTarget

      public void shouldCopyAdditionalFilesToTarget() throws IOException
      Throws:
      IOException
    • shouldSubstituteParametersInTemplates

      public void shouldSubstituteParametersInTemplates() throws IOException
      Throws:
      IOException
    • customPropertiesShouldOverrideDefault

      public void customPropertiesShouldOverrideDefault() throws IOException
      Throws:
      IOException