Package de.hybris.platform.test
Class UserManagerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.testframework.HybrisJUnit4TransactionalTest
-
- de.hybris.platform.test.UserManagerTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class UserManagerTest extends HybrisJUnit4TransactionalTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description UserManagerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestCreation()voidtestCreationWithEmptyUID()voidtestGetAllUsers()voidtestGetUserByEmptyLogin()voidtestIfAdminCanBeDeleted()voidtestIfAdminGroupCanBeDeleted()voidtestIfAnonymousCustomerCanBeDeleted()-
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
-
testIfAnonymousCustomerCanBeDeleted
public void testIfAnonymousCustomerCanBeDeleted()
-
testIfAdminCanBeDeleted
public void testIfAdminCanBeDeleted() throws JaloItemNotFoundException- Throws:
JaloItemNotFoundException
-
testIfAdminGroupCanBeDeleted
public void testIfAdminGroupCanBeDeleted() throws JaloItemNotFoundException- Throws:
JaloItemNotFoundException
-
testCreation
public void testCreation() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetAllUsers
public void testGetAllUsers() throws java.lang.Exception- Throws:
java.lang.Exception
-
testGetUserByEmptyLogin
public void testGetUserByEmptyLogin() throws java.lang.Exception- Throws:
java.lang.Exception
-
testCreationWithEmptyUID
public void testCreationWithEmptyUID() throws java.lang.Exception- Throws:
java.lang.Exception
-
-