Class ScriptCodeLineFactoryTest

java.lang.Object
de.hybris.platform.impex.jalo.ScriptCodeLineFactoryTest

@UnitTest public class ScriptCodeLineFactoryTest extends Object
  • Constructor Details

    • ScriptCodeLineFactoryTest

      public ScriptCodeLineFactoryTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellControlMarkerLessCodeLineFromNewScriptDefinitionUsingFileExtensionAsEngineName

      public void shouldCreateBeanshellControlMarkerLessCodeLineFromNewScriptDefinitionUsingFileExtensionAsEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellControlMarkerLessCodeLineFromNewScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellControlMarkerLessCodeLineFromNewScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName

      public void shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromNewScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromNewScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromNewScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromNewScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName

      public void shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromNewScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromNewScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName

      public void shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromNewScriptDefinitionUsingFileExtensionAsEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromOldScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_beforeEach_ControlMarkerFromOldScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromOldScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_if_ControlMarkerFromOldScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromOldScriptDefinitionUsingEngineName

      public void shouldCreateBeanshellCodeLineWith_afterEach_ControlMarkerFromOldScriptDefinitionUsingEngineName() throws Exception
      Throws:
      Exception
    • shouldCreateBeanshellControlMarkerLessCodeLineFromMultiLineScript

      public void shouldCreateBeanshellControlMarkerLessCodeLineFromMultiLineScript() throws Exception
      Throws:
      Exception
    • shouldCreateCodeLineFrom_endif_ControlMarker

      public void shouldCreateCodeLineFrom_endif_ControlMarker() throws Exception
      Throws:
      Exception
    • shouldCreateCodeLineFrom_beforeEachend_ControlMarker

      public void shouldCreateCodeLineFrom_beforeEachend_ControlMarker() throws Exception
      Throws:
      Exception
    • shouldCreateCodeLineFrom_afterEachend_ControlMarker

      public void shouldCreateCodeLineFrom_afterEachend_ControlMarker() throws Exception
      Throws:
      Exception