Class IntegrationKeyPropertyGeneratorUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.property.IntegrationKeyPropertyGeneratorUnitTest
-
@UnitTest public class IntegrationKeyPropertyGeneratorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IntegrationKeyPropertyGeneratorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestGenerateReturnsNullWhenNoKeyFound()voidtestGenerateSuccessful()voidtestGenerateThrowsExceptionWhenNullIntegrationObjectItemModel()
-
-
-
Method Detail
-
testGenerateSuccessful
public void testGenerateSuccessful()
-
testGenerateReturnsNullWhenNoKeyFound
public void testGenerateReturnsNullWhenNoKeyFound()
-
testGenerateThrowsExceptionWhenNullIntegrationObjectItemModel
public void testGenerateThrowsExceptionWhenNullIntegrationObjectItemModel()
-
-