Package de.hybris.platform.test
Class EncryptionUtilTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.test.EncryptionUtilTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
EncryptionUtilTest
public EncryptionUtilTest()
-
-
Method Details
-
tearDown
public void tearDown() -
shouldNotThrowExceptionDuringMigration
public void shouldNotThrowExceptionDuringMigration() -
shouldReturnOnlyCustomKeyConfiguredBySystem
public void shouldReturnOnlyCustomKeyConfiguredBySystem() -
shouldReturnAllConfiguredKeys
public void shouldReturnAllConfiguredKeys() -
shouldReturnTrueWhenMigrationKeyIsConfigured
public void shouldReturnTrueWhenMigrationKeyIsConfigured() -
shouldReturnFalseWhenMigrationKeyIsNotConfigured
public void shouldReturnFalseWhenMigrationKeyIsNotConfigured()
-