Class DefaultQuoteAssignmentValidationStrategyUnitTest

java.lang.Object
de.hybris.platform.commerceservices.order.strategies.impl.DefaultQuoteAssignmentValidationStrategyUnitTest

@UnitTest public class DefaultQuoteAssignmentValidationStrategyUnitTest extends Object
Unit test for DefaultQuoteAssignmentValidationStrategy
  • 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()