Class DbTypeSystemImplTest
java.lang.Object
de.hybris.bootstrap.ddl.dbtypesystem.impl.DbTypeSystemImplTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprepare()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
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()
-