Class ValidateInventoryItemSaveDtoImplIsInventoryRegistrationDateValidTest

java.lang.Object
org.xbricks.inventory.validation.ValidateInventoryItemSaveDtoImplIsInventoryRegistrationDateValidTest

public class ValidateInventoryItemSaveDtoImplIsInventoryRegistrationDateValidTest extends Object
  • Constructor Details

    • ValidateInventoryItemSaveDtoImplIsInventoryRegistrationDateValidTest

      public ValidateInventoryItemSaveDtoImplIsInventoryRegistrationDateValidTest()
  • Method Details

    • setup

      public void setup()
    • isInventoryRegistrationDateValid_fail_prerequisiteIsInvalid

      public void isInventoryRegistrationDateValid_fail_prerequisiteIsInvalid()
    • isInventoryRegistrationDateValid_fail_deliveryIsNotSetAndDateIsNotSet

      public void isInventoryRegistrationDateValid_fail_deliveryIsNotSetAndDateIsNotSet()
    • isInventoryRegistrationDateValid_success_deliveryIsNotSetAndDateIsSet

      public void isInventoryRegistrationDateValid_success_deliveryIsNotSetAndDateIsSet()
    • isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateIsNotSet

      public void isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateIsNotSet()
    • isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateBeforeDelivery

      public void isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateBeforeDelivery()
    • isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateAfterDelivery

      public void isInventoryRegistrationDateValid_fail_deliveryIsSetAndDateAfterDelivery()
    • isInventoryRegistrationDateValid_success_deliveryIsSetAndDateIsSet

      public void isInventoryRegistrationDateValid_success_deliveryIsSetAndDateIsSet()