Class GigyaConfigValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.gigya.gigyaservices.interceptor.GigyaConfigValidateInterceptorTest
-
@UnitTest public class GigyaConfigValidateInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GigyaConfigValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestOnValidateWhenApiKeyIsMissing()voidtestOnValidateWhenUserKeyAndSecretIsMissing()voidtestOnValidateWhenUserKeyIsMissing()voidtestOnValidateWhenUserSecretIsMissing()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testOnValidateWhenApiKeyIsMissing
public void testOnValidateWhenApiKeyIsMissing() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenUserSecretIsMissing
public void testOnValidateWhenUserSecretIsMissing() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenUserKeyIsMissing
public void testOnValidateWhenUserKeyIsMissing() throws InterceptorException- Throws:
InterceptorException
-
testOnValidateWhenUserKeyAndSecretIsMissing
public void testOnValidateWhenUserKeyAndSecretIsMissing() throws InterceptorException- Throws:
InterceptorException
-
-