Class DefaultQuoteAssignmentValidationStrategyUnitTest
java.lang.Object
de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteAssignmentValidationStrategyUnitTest
Unit test for DefaultQuoteAssignmentValidationStrategy
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultQuoteAssignmentValidationStrategyUnitTest
public DefaultQuoteAssignmentValidationStrategyUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldNotThrowExceptionForQuoteAssignmentValidation
public void shouldNotThrowExceptionForQuoteAssignmentValidation() -
shouldThrowExceptionWhenAssigneeIsDifferentFromQuoteAssignee
public void shouldThrowExceptionWhenAssigneeIsDifferentFromQuoteAssignee() -
shouldNotThrowExceptionWhenAssigneeIsAlreadySetForQuoteAssignment
public void shouldNotThrowExceptionWhenAssigneeIsAlreadySetForQuoteAssignment() -
shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteAssignment
public void shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteAssignment() -
shouldNotThrowExceptionForQuoteUnassignmentValidation
public void shouldNotThrowExceptionForQuoteUnassignmentValidation() -
shouldNotThrowExceptionForQuoteUnassignmentValidationWhenThereIsNoAssignee
public void shouldNotThrowExceptionForQuoteUnassignmentValidationWhenThereIsNoAssignee() -
shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteUnassign
public void shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteUnassign()
-