Class JaloBasedDbInfoIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.util.localization.jdbc.info.JaloBasedDbInfoIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class JaloBasedDbInfoIntegrationTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description JaloBasedDbInfoIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldReturnProperColumnNameForGivenTypecodeAndColumnName()voidshouldReturnProperTableNameForGivenTypecode()voidshouldThrowExceptionWhenTryingToGetColumnNameForUnknownAttributeName()voidshouldThrowExceptionWhenTryingToGetColumnNameForUnknownTypeCode()voidshouldThrowExceptionWhenTryingToGetTypeNameForUnknownTypeCode()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
shouldReturnProperTableNameForGivenTypecode
public void shouldReturnProperTableNameForGivenTypecode()
-
shouldReturnProperColumnNameForGivenTypecodeAndColumnName
public void shouldReturnProperColumnNameForGivenTypecodeAndColumnName()
-
shouldThrowExceptionWhenTryingToGetTypeNameForUnknownTypeCode
public void shouldThrowExceptionWhenTryingToGetTypeNameForUnknownTypeCode()
-
shouldThrowExceptionWhenTryingToGetColumnNameForUnknownTypeCode
public void shouldThrowExceptionWhenTryingToGetColumnNameForUnknownTypeCode()
-
shouldThrowExceptionWhenTryingToGetColumnNameForUnknownAttributeName
public void shouldThrowExceptionWhenTryingToGetColumnNameForUnknownAttributeName()
-
-