Package de.hybris.platform.cockpit.test
Class UIComponentAccessRightTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.cockpit.jalo.CockpitTest
-
- de.hybris.platform.cockpit.test.UIComponentAccessRightTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class UIComponentAccessRightTest extends CockpitTest
-
-
Field Summary
Fields Modifier and Type Field Description protected UserGroup
cockpitGroup
protected ModelService
modelService
protected UserModel
productManagerUser
protected UserModel
testUser
protected static java.lang.String
UI_COMP_1
protected static java.lang.String
UI_COMP_2
protected UIAccessRightService
uiAccessRightService
-
Fields inherited from class de.hybris.platform.cockpit.jalo.CockpitTest
applicationContext
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description UIComponentAccessRightTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setModelService(ModelService modelService)
void
setUiAccessRightService(UIAccessRightService uiAccessRightService)
void
setUp()
void
testUIAccessRights()
-
Methods inherited from class de.hybris.platform.cockpit.jalo.CockpitTest
destroyApplicationContext, getSpringConfigurationLocations, initApplicationContext
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
UI_COMP_1
protected static final java.lang.String UI_COMP_1
- See Also:
- Constant Field Values
-
UI_COMP_2
protected static final java.lang.String UI_COMP_2
- See Also:
- Constant Field Values
-
productManagerUser
protected UserModel productManagerUser
-
testUser
protected UserModel testUser
-
cockpitGroup
protected UserGroup cockpitGroup
-
uiAccessRightService
protected UIAccessRightService uiAccessRightService
-
modelService
protected ModelService modelService
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testUIAccessRights
public void testUIAccessRights() throws java.lang.Exception
- Throws:
java.lang.Exception
-
setModelService
public void setModelService(ModelService modelService)
-
setUiAccessRightService
public void setUiAccessRightService(UIAccessRightService uiAccessRightService)
-
-