Class AnnotationBasedCustomerManagerIdentificationStrategyTest
- java.lang.Object
-
- de.hybris.platform.b2bocc.strategy.impl.AnnotationBasedCustomerManagerIdentificationStrategyTest
-
@UnitTest public class AnnotationBasedCustomerManagerIdentificationStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AnnotationBasedCustomerManagerIdentificationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNotSetASMSessionForAnnotation4ROLE_CUSTOMERGROUP()voidtestSetASMSessionForAnnotation4ROLE_CUSTOMERMANAGERGROUP()voidtestSetSessionForCustomerManager()voidtestSetSessionForCustomerManagerShouldNotApplyForAnotherRole()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSetASMSessionForAnnotation4ROLE_CUSTOMERMANAGERGROUP
public void testSetASMSessionForAnnotation4ROLE_CUSTOMERMANAGERGROUP()
-
testNotSetASMSessionForAnnotation4ROLE_CUSTOMERGROUP
public void testNotSetASMSessionForAnnotation4ROLE_CUSTOMERGROUP()
-
testSetSessionForCustomerManager
public void testSetSessionForCustomerManager()
-
testSetSessionForCustomerManagerShouldNotApplyForAnotherRole
public void testSetSessionForCustomerManagerShouldNotApplyForAnotherRole()
-
-