Package de.hybris.platform.test
Class UserTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.test.UserTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class UserTest extends HybrisJUnit4Test
tests group assignment of users
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description UserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testAnonymousPasswordCheck()
Tests for anonymous login are placed inSessionTest.testJaloSessionPerformLogin()
void
testCreateAnonymousCustomerSession()
void
testEncodePasswordMethods()
void
testGetCart()
void
testGetCarts()
void
testGetOrders()
void
testGroups()
void
testRemoveAllAddressesAttachedToOwner()
void
testWrongEncoding()
void
testWrongUID()
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testEncodePasswordMethods
public void testEncodePasswordMethods()
-
testWrongEncoding
public void testWrongEncoding()
-
testWrongUID
public void testWrongUID()
-
testGetOrders
public void testGetOrders() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetCarts
public void testGetCarts() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGetCart
public void testGetCart() throws java.lang.Exception
- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGroups
public void testGroups() throws ConsistencyCheckException
- Throws:
ConsistencyCheckException
-
testCreateAnonymousCustomerSession
public void testCreateAnonymousCustomerSession() throws JaloSecurityException
- Throws:
JaloSecurityException
-
testAnonymousPasswordCheck
public void testAnonymousPasswordCheck()
Tests for anonymous login are placed inSessionTest.testJaloSessionPerformLogin()
-
testRemoveAllAddressesAttachedToOwner
public void testRemoveAllAddressesAttachedToOwner()
-
-