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
@IntegrationTest public class EncryptionUtilTest extends ServicelayerBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EncryptionUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldNotThrowExceptionDuringMigration()voidshouldReturnAllConfiguredKeys()voidshouldReturnFalseWhenMigrationKeyIsNotConfigured()voidshouldReturnOnlyCustomKeyConfiguredBySystem()voidshouldReturnTrueWhenMigrationKeyIsConfigured()voidtearDown()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
tearDown
public void tearDown()
-
shouldNotThrowExceptionDuringMigration
public void shouldNotThrowExceptionDuringMigration()
-
shouldReturnOnlyCustomKeyConfiguredBySystem
public void shouldReturnOnlyCustomKeyConfiguredBySystem()
-
shouldReturnAllConfiguredKeys
public void shouldReturnAllConfiguredKeys()
-
shouldReturnTrueWhenMigrationKeyIsConfigured
public void shouldReturnTrueWhenMigrationKeyIsConfigured()
-
shouldReturnFalseWhenMigrationKeyIsNotConfigured
public void shouldReturnFalseWhenMigrationKeyIsNotConfigured()
-
-