Package de.hybris.platform.impex.jalo
Class ImpExImportScriptingIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.impex.jalo.AbstractImpExTest
-
- de.hybris.platform.impex.jalo.ImpExImportScriptingIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class ImpExImportScriptingIntegrationTest extends AbstractImpExTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.impex.jalo.AbstractImpExTest
english, german, utf8, windows1252
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description ImpExImportScriptingIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldExecuteCodeInAfterEachMarkerBSH()voidshouldExecuteCodeInAfterEachMarkerBSHAlt()voidshouldExecuteCodeInAfterEachMarkerGROOVY()voidshouldProperlyInterpretBooleanExpressionsInIfMarkerBSH()voidshouldProperlyInterpretBooleanExpressionsInIfMarkerBSHAlt()voidshouldProperlyInterpretBooleanExpressionsInIfMarkerGROOVY()voidshouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSH()voidshouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSHAlt()voidshouldReturnNullLineWhenInBeforeEachIsCallToClearLineGROOVY()voidtearDown()-
Methods inherited from class de.hybris.platform.impex.jalo.AbstractImpExTest
initJaloItems, setLegacyMode
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSH
public void shouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSH() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSHAlt
public void shouldReturnNullLineWhenInBeforeEachIsCallToClearLineBSHAlt() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnNullLineWhenInBeforeEachIsCallToClearLineGROOVY
public void shouldReturnNullLineWhenInBeforeEachIsCallToClearLineGROOVY() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProperlyInterpretBooleanExpressionsInIfMarkerBSH
public void shouldProperlyInterpretBooleanExpressionsInIfMarkerBSH() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProperlyInterpretBooleanExpressionsInIfMarkerBSHAlt
public void shouldProperlyInterpretBooleanExpressionsInIfMarkerBSHAlt() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProperlyInterpretBooleanExpressionsInIfMarkerGROOVY
public void shouldProperlyInterpretBooleanExpressionsInIfMarkerGROOVY() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldExecuteCodeInAfterEachMarkerBSH
public void shouldExecuteCodeInAfterEachMarkerBSH() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldExecuteCodeInAfterEachMarkerBSHAlt
public void shouldExecuteCodeInAfterEachMarkerBSHAlt() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldExecuteCodeInAfterEachMarkerGROOVY
public void shouldExecuteCodeInAfterEachMarkerGROOVY() throws java.lang.Exception- Throws:
java.lang.Exception
-
-