@UnitTest public class DefaultQuoteAssignmentValidationStrategyUnitTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultQuoteAssignmentValidationStrategyUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
shouldNotThrowExceptionForQuoteAssignmentValidation() |
void |
shouldNotThrowExceptionForQuoteUnassignmentValidation() |
void |
shouldNotThrowExceptionForQuoteUnassignmentValidationWhenThereIsNoAssignee() |
void |
shouldNotThrowExceptionWhenAssigneeIsAlreadySetForQuoteAssignment() |
void |
shouldThrowExceptionWhenAssigneeIsDifferentFromQuoteAssignee() |
void |
shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteAssignment() |
void |
shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteUnassign() |
public DefaultQuoteAssignmentValidationStrategyUnitTest()
public void setUp()
public void shouldNotThrowExceptionForQuoteAssignmentValidation()
public void shouldThrowExceptionWhenAssigneeIsDifferentFromQuoteAssignee()
public void shouldNotThrowExceptionWhenAssigneeIsAlreadySetForQuoteAssignment()
public void shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteAssignment()
public void shouldNotThrowExceptionForQuoteUnassignmentValidation()
public void shouldNotThrowExceptionForQuoteUnassignmentValidationWhenThereIsNoAssignee()
public void shouldThrowExceptionWhenAssignerIsNotAssigneeForQuoteUnassign()
Copyright © 2018 SAP SE. All Rights Reserved.