Class TicketStarterCategoryValidatorTest

java.lang.Object
de.hybris.platform.customerticketingocc.validators.TicketStarterCategoryValidatorTest

@UnitTest public class TicketStarterCategoryValidatorTest extends Object
  • Constructor Details

    • TicketStarterCategoryValidatorTest

      public TicketStarterCategoryValidatorTest()
  • Method Details

    • testValidateWhenCategoryIsNull

      public void testValidateWhenCategoryIsNull()
    • testValidateWhenCategoryIdIsNull

      public void testValidateWhenCategoryIdIsNull()
    • testValidateWhenCategoryIdIsEmpty

      public void testValidateWhenCategoryIdIsEmpty()
    • testValidateWhenCategoryIdIsInvalid

      public void testValidateWhenCategoryIdIsInvalid()
    • testValidateWhenCategoryIdIsValid

      public void testValidateWhenCategoryIdIsValid()
    • testValidateWhenErrorsIsNull

      public void testValidateWhenErrorsIsNull()