Class ExcelStringFieldValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.ExcelStringFieldValidatorTest
-
public class ExcelStringFieldValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelStringFieldValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldHandleWhenCellValueIsNotBlankAndAttributeIsString()voidshouldNotHandleWhenAttributeIsNotString()voidshouldNotHandleWhenCellIsEmpty()voidshouldNotReturnValidationErrorWhenCellHasStringValue()voidshouldReturnValidationErrorWhenCellDoesntHaveStringValue()
-
-
-
Method Detail
-
shouldHandleWhenCellValueIsNotBlankAndAttributeIsString
public void shouldHandleWhenCellValueIsNotBlankAndAttributeIsString()
-
shouldNotHandleWhenCellIsEmpty
public void shouldNotHandleWhenCellIsEmpty()
-
shouldNotHandleWhenAttributeIsNotString
public void shouldNotHandleWhenAttributeIsNotString()
-
shouldNotReturnValidationErrorWhenCellHasStringValue
public void shouldNotReturnValidationErrorWhenCellHasStringValue()
-
shouldReturnValidationErrorWhenCellDoesntHaveStringValue
public void shouldReturnValidationErrorWhenCellDoesntHaveStringValue()
-
-