Class ExcelLocalizedConstraintsProviderTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.engine.ExcelLocalizedConstraintsProviderTest
-
public class ExcelLocalizedConstraintsProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelLocalizedConstraintsProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidshouldNotReturnConstraintFromNotIncludedGroup()voidshouldReturnConstraintForIncludedGroups()voidshouldReturnConstraintFromIncludedGroupAndFilterOutOthers()voidshouldReturnEmptyListWhenNoConstraintsAreDefined()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldReturnEmptyListWhenNoConstraintsAreDefined
public void shouldReturnEmptyListWhenNoConstraintsAreDefined()
-
shouldReturnConstraintForIncludedGroups
public void shouldReturnConstraintForIncludedGroups()
-
shouldNotReturnConstraintFromNotIncludedGroup
public void shouldNotReturnConstraintFromNotIncludedGroup()
-
shouldReturnConstraintFromIncludedGroupAndFilterOutOthers
public void shouldReturnConstraintFromIncludedGroupAndFilterOutOthers()
-
-