Class DefaultStatisticsPayloadEncryptorTest
- java.lang.Object
-
- de.hybris.platform.masterserver.impl.DefaultStatisticsPayloadEncryptorTest
-
public class DefaultStatisticsPayloadEncryptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultStatisticsPayloadEncryptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldEncryptAndDecryptDataProperly()voidshouldThrowIllegalArgumentExceptionWhenHomeURLIsNull()voidshouldThrowIllegalArgumentExceptionWhenStatisticsDataIsNull()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowIllegalArgumentExceptionWhenStatisticsDataIsNull
public void shouldThrowIllegalArgumentExceptionWhenStatisticsDataIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldThrowIllegalArgumentExceptionWhenHomeURLIsNull
public void shouldThrowIllegalArgumentExceptionWhenHomeURLIsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldEncryptAndDecryptDataProperly
public void shouldEncryptAndDecryptDataProperly() throws java.lang.Exception- Throws:
java.lang.Exception
-
-