Class AssistedServiceQuoteUserIdentificationStrategyTest
- java.lang.Object
-
- de.hybris.platform.assistedserviceservices.strategy.AssistedServiceQuoteUserIdentificationStrategyTest
-
@UnitTest public class AssistedServiceQuoteUserIdentificationStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AssistedServiceQuoteUserIdentificationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetASMAgentAsCurrentUserIfSalesRepIsInSession()voidshouldGetASMAgentAsCurrentUserIfSellerApproverIsInSession()voidshouldNotGetASMAgentAsCurrentUserIfNoASMAgentInSession()voidshouldNotGetASMAgentAsCurrentUserIfNoASMSession()voidshouldNotGetASMAgentAsCurrentUserIfOnlyASAgentIsInSession()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldNotGetASMAgentAsCurrentUserIfNoASMSession
public void shouldNotGetASMAgentAsCurrentUserIfNoASMSession()
-
shouldNotGetASMAgentAsCurrentUserIfNoASMAgentInSession
public void shouldNotGetASMAgentAsCurrentUserIfNoASMAgentInSession()
-
shouldNotGetASMAgentAsCurrentUserIfOnlyASAgentIsInSession
public void shouldNotGetASMAgentAsCurrentUserIfOnlyASAgentIsInSession()
-
shouldGetASMAgentAsCurrentUserIfSalesRepIsInSession
public void shouldGetASMAgentAsCurrentUserIfSalesRepIsInSession()
-
shouldGetASMAgentAsCurrentUserIfSellerApproverIsInSession
public void shouldGetASMAgentAsCurrentUserIfSellerApproverIsInSession()
-
-