Package de.hybris.platform.test
Class EncryptionTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.EncryptionTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class EncryptionTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description EncryptionTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doBefore()
getValueEncryptor() initializes lazily some encryption properties in Master Tenant Config (eg.void
testDumpProviderInfos()
void
testEncryptionEngine()
void
testSupportedAlgorithms()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
doBefore
public void doBefore()
getValueEncryptor() initializes lazily some encryption properties in Master Tenant Config (eg. symmetric.key.file.1) Previously test passed due to test invocation sequence which changed when upgrading to Java 8.
-
testDumpProviderInfos
public void testDumpProviderInfos()
-
testEncryptionEngine
public void testEncryptionEngine()
-
testSupportedAlgorithms
public void testSupportedAlgorithms()
-
-