Class DefaultPkFactoryTest

java.lang.Object
de.hybris.bootstrap.ddl.pk.impl.DefaultPkFactoryTest

@UnitTest public class DefaultPkFactoryTest extends Object
  • Constructor Details

    • DefaultPkFactoryTest

      public DefaultPkFactoryTest()
  • Method Details

    • setUp

      public void setUp()
    • shouldReturnMapOfCurrentNumberSeries

      public void shouldReturnMapOfCurrentNumberSeries()
    • mapOfCurrentNumberSeriesShouldBeUnmodifable

      public void mapOfCurrentNumberSeriesShouldBeUnmodifable()
    • shouldGeneratePksForNewTypesBasedOnNewlyInitializedCounter

      public void shouldGeneratePksForNewTypesBasedOnNewlyInitializedCounter()
    • shouldGeneratePksBasedOnCurrentCounterForExistingTypeCode

      public void shouldGeneratePksBasedOnCurrentCounterForExistingTypeCode()
    • shouldThrowNullPointerExceptionWhenDeploymentForComposedTypeIsNull

      public void shouldThrowNullPointerExceptionWhenDeploymentForComposedTypeIsNull()
    • shouldGeneratePkForComposedType

      public void shouldGeneratePkForComposedType()
    • shouldCreatePkForGivenComposedType

      public void shouldCreatePkForGivenComposedType()
    • shouldReturnExistingPkForGivenComposedTypeWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenComposedTypeWhenItWasAlreadyCreated()
    • shouldCreatePkForGivenEnumValue

      public void shouldCreatePkForGivenEnumValue()
    • shouldReturnExistingPkForGivenEnumValueWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenEnumValueWhenItWasAlreadyCreated()
    • shouldCreatePkForGivenAtomicType

      public void shouldCreatePkForGivenAtomicType()
    • shouldReturnExistingPkForGivenAtomicTypeWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenAtomicTypeWhenItWasAlreadyCreated()
    • shouldCreatePkForGivenMapType

      public void shouldCreatePkForGivenMapType()
    • shouldReturnExistingPkForGivenMapTypeWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenMapTypeWhenItWasAlreadyCreated()
    • shouldCreatePkForGivenCollectionType

      public void shouldCreatePkForGivenCollectionType()
    • shouldReturnExistingPkForGivenCollectionTypeWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenCollectionTypeWhenItWasAlreadyCreated()
    • shouldCreatePkForGivenComposedTypeAndAttributeDescriptor

      public void shouldCreatePkForGivenComposedTypeAndAttributeDescriptor()
    • shouldReturnExistingPkForGivenComposedTypeAndAttributeDescriptorWhenItWasAlreadyCreated

      public void shouldReturnExistingPkForGivenComposedTypeAndAttributeDescriptorWhenItWasAlreadyCreated()