Class ProfileCustomerFacadeTest
- java.lang.Object
-
- com.hybris.yprofile.services.customer.ProfileCustomerFacadeTest
-
@UnitTest public class ProfileCustomerFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProfileCustomerFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestLoginSuccess()voidtestLoginSuccessWhenConsentReferenceIsNull()voidtestLoginSuccessWhenUserModelConsentReferenceIsNotNull()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testLoginSuccess
public void testLoginSuccess()
-
testLoginSuccessWhenConsentReferenceIsNull
public void testLoginSuccessWhenConsentReferenceIsNull()
-
testLoginSuccessWhenUserModelConsentReferenceIsNotNull
public void testLoginSuccessWhenUserModelConsentReferenceIsNotNull()
-
-