Package de.hybris.bootstrap.ddl.sql
Class HanaSqlBuilderTest
java.lang.Object
de.hybris.bootstrap.ddl.sql.HanaSqlBuilderTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HanaSqlBuilderTest
public HanaSqlBuilderTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldCreateNewIndexNameForTheSameNameOfIndex
public void shouldCreateNewIndexNameForTheSameNameOfIndex() -
shouldCreateNewIndexNameAfterShorteningTo30Characters
public void shouldCreateNewIndexNameAfterShorteningTo30Characters() -
shouldReturnTheSameIndexNamesAfterShorteningTo30Characters
public void shouldReturnTheSameIndexNamesAfterShorteningTo30Characters() -
shouldReturnTheSameIndexNamesUsingTwoMethod
public void shouldReturnTheSameIndexNamesUsingTwoMethod() -
shouldDropIndexNameFromTheListAndReturnTheSameName
public void shouldDropIndexNameFromTheListAndReturnTheSameName() -
shouldWriteIndexCreateStmtAfterShortingIndexName
public void shouldWriteIndexCreateStmtAfterShortingIndexName() -
shouldWrite2IndexesCreateStmtAndThenDropSecondIndex
public void shouldWrite2IndexesCreateStmtAndThenDropSecondIndex()
-