Package de.hybris.platform.test
Class LocalizationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.LocalizationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class LocalizationTest extends HybrisJUnit4Test
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[]
excludedAttributes
protected static java.lang.String[]
excludedExtensions
protected static java.lang.String[]
excludedTypes
protected static java.lang.String[]
includedExtensions
protected static Language[]
languages
protected static org.apache.log4j.Logger
log
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description LocalizationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testAttributeLocalizations()
void
testTypeLocalizations()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
log
protected static final org.apache.log4j.Logger log
-
languages
protected static Language[] languages
-
excludedExtensions
protected static java.lang.String[] excludedExtensions
-
includedExtensions
protected static java.lang.String[] includedExtensions
-
excludedTypes
protected static java.lang.String[] excludedTypes
-
excludedAttributes
protected static java.lang.String[] excludedAttributes
-
-
Method Detail
-
setUp
public void setUp() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
tearDown
public void tearDown() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testTypeLocalizations
public void testTypeLocalizations()
-
testAttributeLocalizations
public void testAttributeLocalizations()
-
-