public abstract class BaseKeyGeneratorUnitTest<T extends KeyGenerator>
extends java.lang.Object
| Constructor and Description |
|---|
BaseKeyGeneratorUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createKeyGenerator() |
protected static PropertyRef |
expectedPropertyRef(java.lang.String name) |
protected abstract java.lang.String |
getKeyPropertyName() |
protected static SimpleProperty |
givenProperty(java.lang.String propertyName,
EdmSimpleTypeKind typeKind) |
void |
setUp() |
void |
testGenerateMultipleValidProperties() |
void |
testGenerateMultipleValidPropertiesNoKeyProperty() |
void |
testGenerateNullPropertyList() |
void |
testGenerateSingletonPropertyListOfTypeBoolean() |
void |
testGenerateSingletonPropertyListOfTypeString() |
protected abstract T createKeyGenerator()
protected abstract java.lang.String getKeyPropertyName()
public void setUp()
public void testGenerateSingletonPropertyListOfTypeString()
public void testGenerateSingletonPropertyListOfTypeBoolean()
public void testGenerateMultipleValidProperties()
public void testGenerateMultipleValidPropertiesNoKeyProperty()
public void testGenerateNullPropertyList()
protected static SimpleProperty givenProperty(java.lang.String propertyName,
EdmSimpleTypeKind typeKind)
protected static PropertyRef expectedPropertyRef(java.lang.String name)
Copyright © 2018 SAP SE. All Rights Reserved.