Class ContactInfoPrepareInterceptorTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.user.interceptors.ContactInfoPrepareInterceptorTest
-
@UnitTest public class ContactInfoPrepareInterceptorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ContactInfoPrepareInterceptorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldGenerateContactInfoCodeIfItIsEmpty()voidshouldNotTouchContactInfoCodeIfItWasProvidedByUser()voidshouldNotTouchContactInfoCodeIfNotNew()
-
-
-
Method Detail
-
shouldGenerateContactInfoCodeIfItIsEmpty
public void shouldGenerateContactInfoCodeIfItIsEmpty() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotTouchContactInfoCodeIfItWasProvidedByUser
public void shouldNotTouchContactInfoCodeIfItWasProvidedByUser() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotTouchContactInfoCodeIfNotNew
public void shouldNotTouchContactInfoCodeIfNotNew() throws java.lang.Exception- Throws:
java.lang.Exception
-
-