Class CxConfigValidationInterceptorTest
- java.lang.Object
-
- de.hybris.platform.personalizationservices.configuration.impl.CxConfigValidationInterceptorTest
-
@UnitTest public class CxConfigValidationInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CxConfigValidationInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetupMocks()voidshouldNotThrowExceptionWhenBaseSitesMatch()voidshouldThrowExceptionWhenBaseSitesDoNotMatch()
-
-
-
Method Detail
-
setupMocks
public void setupMocks()
-
shouldNotThrowExceptionWhenBaseSitesMatch
public void shouldNotThrowExceptionWhenBaseSitesMatch() throws InterceptorException- Throws:
InterceptorException
-
shouldThrowExceptionWhenBaseSitesDoNotMatch
public void shouldThrowExceptionWhenBaseSitesDoNotMatch() throws InterceptorException- Throws:
InterceptorException
-
-