Class ComplexRelationCollectionAssociationGeneratorUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.association.ComplexRelationCollectionAssociationGeneratorUnitTest
-
@UnitTest public class ComplexRelationCollectionAssociationGeneratorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ComplexRelationCollectionAssociationGeneratorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGenerateForNotApplicableAttribute()voidtestGenerateWhenIsSourceFalseThenSourceAndTargetCardinalityAreReversed()voidtestGenerateWhenIsSourceTrueThenSourceAndTargetCardinalityAreNotReversed()voidtestIsApplicableNullAttributeDefinition()
-
-
-
Method Detail
-
testGenerateWhenIsSourceTrueThenSourceAndTargetCardinalityAreNotReversed
public void testGenerateWhenIsSourceTrueThenSourceAndTargetCardinalityAreNotReversed()
-
testGenerateWhenIsSourceFalseThenSourceAndTargetCardinalityAreReversed
public void testGenerateWhenIsSourceFalseThenSourceAndTargetCardinalityAreReversed()
-
testGenerateForNotApplicableAttribute
public void testGenerateForNotApplicableAttribute()
-
testIsApplicableNullAttributeDefinition
public void testIsApplicableNullAttributeDefinition()
-
-