Class IntegrationKeyGeneratorUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.schema.BaseKeyGeneratorUnitTest<IntegrationKeyGenerator>
-
- de.hybris.platform.odata2services.odata.schema.IntegrationKeyGeneratorUnitTest
-
@UnitTest public class IntegrationKeyGeneratorUnitTest extends BaseKeyGeneratorUnitTest<IntegrationKeyGenerator>
-
-
Constructor Summary
Constructors Constructor Description IntegrationKeyGeneratorUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IntegrationKeyGeneratorcreateKeyGenerator()protected java.lang.StringgetKeyPropertyName()-
Methods inherited from class de.hybris.platform.odata2services.odata.schema.BaseKeyGeneratorUnitTest
expectedPropertyRef, givenProperty, setUp, testGenerateMultipleValidProperties, testGenerateMultipleValidPropertiesNoKeyProperty, testGenerateNullPropertyList, testGenerateSingletonPropertyListOfTypeBoolean, testGenerateSingletonPropertyListOfTypeString
-
-
-
-
Method Detail
-
createKeyGenerator
protected IntegrationKeyGenerator createKeyGenerator()
- Specified by:
createKeyGeneratorin classBaseKeyGeneratorUnitTest<IntegrationKeyGenerator>
-
getKeyPropertyName
protected java.lang.String getKeyPropertyName()
- Specified by:
getKeyPropertyNamein classBaseKeyGeneratorUnitTest<IntegrationKeyGenerator>
-
-