Class ReadServiceUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.services.ReadServiceUnitTest
-
@UnitTest public class ReadServiceUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReadServiceUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestComplexType()voidtestGetAttributesForType()voidtestGetAvailableTypes()voidtestGetComplexTypeForAttributeDescriptorAtomicType()voidtestGetComplexTypeForAttributeDescriptorCollectionOfAtomicTypes()voidtestGetComplexTypeForAttributeDescriptorCollectionOfComposedTypes()voidtestGetComplexTypeForAttributeDescriptorComposedType()voidtestGetComplexTypeForAttributeDescriptorMapOfCollectionOfAtomicTypes()voidtestGetComplexTypeForAttributeDescriptorMapOfCollectionOfComposedTypes()voidtestGetComplexTypeForAttributeDescriptorMapOfMapTypes()voidtestGetEDMX()voidtestGetEDMXException()voidtestGetIntegrationObjectModels()voidtestGetIntegrationTypes()voidtestGetScriptModels()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testComplexType
public void testComplexType()
-
testGetComplexTypeForAttributeDescriptorComposedType
public void testGetComplexTypeForAttributeDescriptorComposedType()
-
testGetComplexTypeForAttributeDescriptorAtomicType
public void testGetComplexTypeForAttributeDescriptorAtomicType()
-
testGetComplexTypeForAttributeDescriptorCollectionOfAtomicTypes
public void testGetComplexTypeForAttributeDescriptorCollectionOfAtomicTypes()
-
testGetComplexTypeForAttributeDescriptorCollectionOfComposedTypes
public void testGetComplexTypeForAttributeDescriptorCollectionOfComposedTypes()
-
testGetComplexTypeForAttributeDescriptorMapOfMapTypes
public void testGetComplexTypeForAttributeDescriptorMapOfMapTypes()
-
testGetComplexTypeForAttributeDescriptorMapOfCollectionOfComposedTypes
public void testGetComplexTypeForAttributeDescriptorMapOfCollectionOfComposedTypes()
-
testGetComplexTypeForAttributeDescriptorMapOfCollectionOfAtomicTypes
public void testGetComplexTypeForAttributeDescriptorMapOfCollectionOfAtomicTypes()
-
testGetIntegrationObjectModels
public void testGetIntegrationObjectModels()
-
testGetAvailableTypes
public void testGetAvailableTypes()
-
testGetAttributesForType
public void testGetAttributesForType()
-
testGetIntegrationTypes
public void testGetIntegrationTypes()
-
testGetEDMX
public void testGetEDMX()
-
testGetEDMXException
public void testGetEDMXException()
-
testGetScriptModels
public void testGetScriptModels()
-
-