Class ExcelLocalizedConstraintsProviderTest

java.lang.Object
com.hybris.backoffice.excel.validators.engine.ExcelLocalizedConstraintsProviderTest

public class ExcelLocalizedConstraintsProviderTest extends Object
  • Constructor Details

    • ExcelLocalizedConstraintsProviderTest

      public ExcelLocalizedConstraintsProviderTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • shouldReturnEmptyListWhenNoConstraintsAreDefined

      public void shouldReturnEmptyListWhenNoConstraintsAreDefined()
    • shouldReturnConstraintForIncludedGroups

      public void shouldReturnConstraintForIncludedGroups()
    • shouldNotReturnConstraintFromNotIncludedGroup

      public void shouldNotReturnConstraintFromNotIncludedGroup()
    • shouldReturnConstraintFromIncludedGroupAndFilterOutOthers

      public void shouldReturnConstraintFromIncludedGroupAndFilterOutOthers()