Class DefaultQuoteAssignmentValidationStrategyUnitTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteAssignmentValidationStrategyUnitTest
-
@UnitTest public class DefaultQuoteAssignmentValidationStrategyUnitTest extends java.lang.Object
Unit test for DefaultQuoteAssignmentValidationStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultQuoteAssignmentValidationStrategyUnitTest()
-
Method Summary
-
-
-
Method Detail
-
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()
-
-