Class DefaultXmlDataProviderTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.cockpit.services.xmlprovider.impl.DefaultXmlDataProviderTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultXmlDataProviderTest extends HybrisJUnit4TransactionalTest
The Class DefaultXmlDataProviderTest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DefaultXmlDataProviderTest.MyRowComparator
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultXmlDataProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
Sets the up.void
testGenerateAsXmlPropertyFeatureValue()
void
testGenerateAsXmlPropertyItemCollection()
void
testGenerateAsXmlPropertyMediaCollection()
void
testGenerateAsXmlPropertyMediaTypedObject()
Test method for.void
testGenerateAsXmlPropertyOtherTypedObject()
void
testGenerateAsXmlPropertyReferenceCollection()
void
testGenerateAsXmlPropertyString()
Test method for.void
testGenerateAsXmlWithOneEditorRowNotVisible()
-
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
Sets the up.- Throws:
java.lang.Exception
- the exception
-
testGenerateAsXmlPropertyMediaTypedObject
public void testGenerateAsXmlPropertyMediaTypedObject()
-
testGenerateAsXmlPropertyFeatureValue
public void testGenerateAsXmlPropertyFeatureValue()
-
testGenerateAsXmlPropertyOtherTypedObject
public void testGenerateAsXmlPropertyOtherTypedObject()
-
testGenerateAsXmlPropertyString
public void testGenerateAsXmlPropertyString()
-
testGenerateAsXmlWithOneEditorRowNotVisible
public void testGenerateAsXmlWithOneEditorRowNotVisible()
-
testGenerateAsXmlPropertyMediaCollection
public void testGenerateAsXmlPropertyMediaCollection()
-
testGenerateAsXmlPropertyItemCollection
public void testGenerateAsXmlPropertyItemCollection()
-
testGenerateAsXmlPropertyReferenceCollection
public void testGenerateAsXmlPropertyReferenceCollection()
-
-