Class B2BCustomerPunchOutCredentialMappingValidateInterceptorTest
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.interceptor.B2BCustomerPunchOutCredentialMappingValidateInterceptorTest
-
@UnitTest public class B2BCustomerPunchOutCredentialMappingValidateInterceptorTest extends java.lang.Object
Unit test forB2BCustomerPunchOutCredentialMappingValidateInterceptor.
-
-
Constructor Summary
Constructors Constructor Description B2BCustomerPunchOutCredentialMappingValidateInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestCredentialAlreadyExistent()voidtestInexistentCustomer()voidtestNoIdentities()
-
-
-
Method Detail
-
setup
public void setup()
-
testInexistentCustomer
public void testInexistentCustomer() throws InterceptorException- Throws:
InterceptorException
-
testNoIdentities
public void testNoIdentities() throws InterceptorException- Throws:
InterceptorException
-
testCredentialAlreadyExistent
public void testCredentialAlreadyExistent() throws InterceptorException- Throws:
InterceptorException
-
-