Class GenerateLocalizedImpexesBeanTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.velocity.BaseFileSandBoxTest
-
- de.hybris.platform.acceleratorservices.velocity.eval.GenerateLocalizedImpexesBeanTest
-
@ContextConfiguration(locations="classpath:/acceleratorservices/test/impexgenerator/test-generate-impex-spring.xml") @IntegrationTest public class GenerateLocalizedImpexesBeanTest extends BaseFileSandBoxTest
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.log4j.LoggerLOG
-
Constructor Summary
Constructors Constructor Description GenerateLocalizedImpexesBeanTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.core.io.ResourcegetRootDir()voidprepare()voidtestAllExistingProprtiesInAbortMode()voidtestAllExistingProprtiesInAbortModeForNonRelative()voidtestAllExistingProprtiesInWarnMode()voidtestAllExistingProprtiesInWarnModeForNonRelative()voidtestCallNoSourceAndTargetFileSet()voidtestCallNoTargetFileSet()voidtestKeyOrderIssue()voidtestNotExistingPropertiesInAbortMode()voidtestNotExistingPropertiesInAbortModeForNonRelative()voidtestNotExistingPropertiesInWarnMode()voidtestNotExistingPropertiesInWarnModeForNonRelative()voidtestPartiallyExistingPropertiesInAbortMode()voidtestPartiallyExistingPropertiesInWarnMode()voidtestPartiallyExistingProprtiesInWarnModeForNonRelative()-
Methods inherited from class de.hybris.platform.acceleratorservices.velocity.BaseFileSandBoxTest
assertGenerated, assertHasLine, assertNothingGenerated, cleanUp, cleanUpFileStructure, getAllMatchingTemplates, getAllMatchingTemplates
-
-
-
-
Method Detail
-
getRootDir
protected org.springframework.core.io.Resource getRootDir()
- Specified by:
getRootDirin classBaseFileSandBoxTest
-
prepare
public void prepare() throws java.io.IOException- Overrides:
preparein classBaseFileSandBoxTest- Throws:
java.io.IOException
-
testCallNoSourceAndTargetFileSet
@DirtiesContext public void testCallNoSourceAndTargetFileSet()
-
testCallNoTargetFileSet
public void testCallNoTargetFileSet()
-
testNotExistingPropertiesInAbortMode
public void testNotExistingPropertiesInAbortMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotExistingPropertiesInAbortModeForNonRelative
public void testNotExistingPropertiesInAbortModeForNonRelative() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPartiallyExistingPropertiesInAbortMode
public void testPartiallyExistingPropertiesInAbortMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotExistingPropertiesInWarnModeForNonRelative
public void testNotExistingPropertiesInWarnModeForNonRelative() throws java.lang.Exception- Throws:
java.lang.Exception
-
testNotExistingPropertiesInWarnMode
public void testNotExistingPropertiesInWarnMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPartiallyExistingPropertiesInWarnMode
public void testPartiallyExistingPropertiesInWarnMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPartiallyExistingProprtiesInWarnModeForNonRelative
public void testPartiallyExistingProprtiesInWarnModeForNonRelative() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAllExistingProprtiesInWarnMode
public void testAllExistingProprtiesInWarnMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAllExistingProprtiesInWarnModeForNonRelative
public void testAllExistingProprtiesInWarnModeForNonRelative() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAllExistingProprtiesInAbortMode
public void testAllExistingProprtiesInAbortMode() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAllExistingProprtiesInAbortModeForNonRelative
public void testAllExistingProprtiesInAbortModeForNonRelative() throws java.lang.Exception- Throws:
java.lang.Exception
-
testKeyOrderIssue
public void testKeyOrderIssue() throws java.lang.Exception- Throws:
java.lang.Exception
-
-