Class DefaultQuoteUserTypeIdentificationStrategyTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteUserTypeIdentificationStrategyTest
-
@UnitTest public class DefaultQuoteUserTypeIdentificationStrategyTest extends java.lang.Object
Unit test for DefaultQuoteUserTypeIdentificationStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultQuoteUserTypeIdentificationStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldGetCurrentQuoteUserTypeAsBuyer()voidshouldGetCurrentQuoteUserTypeAsSeller()voidshouldGetCurrentQuoteUserTypeAsSellerApprover()voidshouldNotGetCurrentQuoteUserTypeIfUserIsNull()
-
-
-
Method Detail
-
setUp
public void setUp()
-
shouldGetCurrentQuoteUserTypeAsBuyer
public void shouldGetCurrentQuoteUserTypeAsBuyer()
-
shouldGetCurrentQuoteUserTypeAsSeller
public void shouldGetCurrentQuoteUserTypeAsSeller()
-
shouldGetCurrentQuoteUserTypeAsSellerApprover
public void shouldGetCurrentQuoteUserTypeAsSellerApprover()
-
shouldNotGetCurrentQuoteUserTypeIfUserIsNull
public void shouldNotGetCurrentQuoteUserTypeIfUserIsNull()
-
-