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 classDefaultXmlDataProviderTest.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 voidsetUp()Sets the up.voidtestGenerateAsXmlPropertyFeatureValue()voidtestGenerateAsXmlPropertyItemCollection()voidtestGenerateAsXmlPropertyMediaCollection()voidtestGenerateAsXmlPropertyMediaTypedObject()Test method for.voidtestGenerateAsXmlPropertyOtherTypedObject()voidtestGenerateAsXmlPropertyReferenceCollection()voidtestGenerateAsXmlPropertyString()Test method for.voidtestGenerateAsXmlWithOneEditorRowNotVisible()-
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.ExceptionSets 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()
-
-