Class DbTypeSystemImplTest

java.lang.Object
de.hybris.bootstrap.ddl.dbtypesystem.impl.DbTypeSystemImplTest

@UnitTest public class DbTypeSystemImplTest extends Object
  • Constructor Details

    • DbTypeSystemImplTest

      public DbTypeSystemImplTest()
  • Method Details

    • prepare

      public void prepare()
    • shouldBeAbleToFindExistingTypeByCode

      public void shouldBeAbleToFindExistingTypeByCode()
    • shouldBeAbleToFindExistingTypeByPk

      public void shouldBeAbleToFindExistingTypeByPk()
    • shouldNotBeAbleToFindNotExistingTypeByName

      public void shouldNotBeAbleToFindNotExistingTypeByName()
    • shouldNotBeAbleToFindNotExistingTypeByPk

      public void shouldNotBeAbleToFindNotExistingTypeByPk()
    • shouldBeAbleToFindRootType

      public void shouldBeAbleToFindRootType()
    • shouldBeAbleToFindNotRootType

      public void shouldBeAbleToFindNotRootType()
    • shouldBeAbleToGoUpIntoInheritanceHierarchy

      public void shouldBeAbleToGoUpIntoInheritanceHierarchy()
    • shouldBeAbleToFindDeploymentByFullName

      public void shouldBeAbleToFindDeploymentByFullName()
    • shouldBeAbleToFindDeploymentForType

      public void shouldBeAbleToFindDeploymentForType()
    • shouldNotBeAbleToFindNotExistingDeployment

      public void shouldNotBeAbleToFindNotExistingDeployment()
    • shouldFindAttributeByPk

      public void shouldFindAttributeByPk()
    • shouldNotFindAttributeForNotExistingPk

      public void shouldNotFindAttributeForNotExistingPk()
    • shouldFindAttributesForType

      public void shouldFindAttributesForType()
    • typeShouldContainAttributesFromSuperType

      public void typeShouldContainAttributesFromSuperType()