Class CpsCircularDependencyValidationInterceptorTest
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.CpsCircularDependencyValidationInterceptorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
CpsCircularDependencyValidationInterceptorTest
public CpsCircularDependencyValidationInterceptorTest()
-
-
Method Details
-
setUp
public void setUp() -
testValidateCallWithCpsButNoAddedProductSpecification
- Throws:
Exception
-
testValidateCallWithLastAddedPs
- Throws:
Exception
-
testValidateHappyCase
- Throws:
Exception
-
testValidatePcsWithRootCircularDependency
public void testValidatePcsWithRootCircularDependency() -
testValidatePcsWithDirectRootCircularDependency
public void testValidatePcsWithDirectRootCircularDependency() -
testValidatePcsWithChildCircularDependency
public void testValidatePcsWithChildCircularDependency() -
testValidatePcsWithSiblings
public void testValidatePcsWithSiblings() throws de.hybris.platform.servicelayer.interceptor.InterceptorException- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-
testValidateCpsWithMultipleParentsAndCircularDependency
public void testValidateCpsWithMultipleParentsAndCircularDependency() -
testValidateChildCpsReferencesParent
public void testValidateChildCpsReferencesParent() -
testValidateLastAddedParentPcsEqualsChild
public void testValidateLastAddedParentPcsEqualsChild() -
testCpsWithParentCircularDependency
public void testCpsWithParentCircularDependency()
-