@UnitTest public class DefaultCustomerFacadeTest extends java.lang.Object
DefaultCustomerFacade| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultCustomerFacadeTest.MockAddressModel |
| Constructor and Description |
|---|
DefaultCustomerFacadeTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldCloseAccount() |
void |
testChangePassword() |
void |
testChangePasswordMismatchException() |
void |
testCreateCustomerFromGuest() |
void |
testForgottenPwd() |
void |
testForgottenPwdInv2() |
void |
testGetCurrentUser() |
void |
testLoginSuccess() |
void |
testLoginSuccessNoCart() |
void |
testLoginSuccessNoCurrencyAndLanguage() |
void |
testLoginSuccessNotSetCurrent() |
void |
testRegister() |
void |
testRegisterErr() |
void |
testRegisterGuest() |
void |
testUpdatePassword() |
void |
testUpdateProfile() |
public void setUp()
public void testGetCurrentUser()
public void testChangePassword()
throws PasswordMismatchException
PasswordMismatchExceptionpublic void testChangePasswordMismatchException()
throws PasswordMismatchException
PasswordMismatchExceptionpublic void testForgottenPwd()
public void testForgottenPwdInv2()
public void testRegister()
throws DuplicateUidException
DuplicateUidExceptionpublic void testRegisterErr()
throws DuplicateUidException
DuplicateUidExceptionpublic void testRegisterGuest()
throws DuplicateUidException
DuplicateUidExceptionpublic void testCreateCustomerFromGuest()
throws DuplicateUidException
DuplicateUidExceptionpublic void testUpdateProfile()
throws DuplicateUidException
DuplicateUidExceptionpublic void testUpdatePassword()
throws TokenInvalidatedException
TokenInvalidatedExceptionpublic void testLoginSuccess()
public void testLoginSuccessNoCurrencyAndLanguage()
public void testLoginSuccessNoCart()
public void testLoginSuccessNotSetCurrent()
public void shouldCloseAccount()
Copyright © 2018 SAP SE. All Rights Reserved.