Class DefaultQuoteAssignmentValidationStrategyUnitTest


  • @UnitTest
    public class DefaultQuoteAssignmentValidationStrategyUnitTest
    extends java.lang.Object
    Unit test for DefaultQuoteAssignmentValidationStrategy
    • Constructor Detail

      • DefaultQuoteAssignmentValidationStrategyUnitTest

        public DefaultQuoteAssignmentValidationStrategyUnitTest()
    • 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()