Class ExcelBooleanFieldValidatorTest
- java.lang.Object
-
- com.hybris.backoffice.excel.validators.ExcelBooleanFieldValidatorTest
-
public class ExcelBooleanFieldValidatorTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ExcelBooleanFieldValidatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldHandleWhenCellValueIsNotBlankAndAttributeIsBoolean()voidshouldNotHandleWhenAttributeIsNotBoolean()voidshouldNotHandleWhenCellIsEmpty()voidshouldNotReturnValidationErrorWhenCellHasBooleanValue()voidshouldReturnValidationErrorWhenCellDoesntHaveBooleanValue()
-
-
-
Method Detail
-
shouldHandleWhenCellValueIsNotBlankAndAttributeIsBoolean
public void shouldHandleWhenCellValueIsNotBlankAndAttributeIsBoolean()
-
shouldNotHandleWhenCellIsEmpty
public void shouldNotHandleWhenCellIsEmpty()
-
shouldNotHandleWhenAttributeIsNotBoolean
public void shouldNotHandleWhenAttributeIsNotBoolean()
-
shouldNotReturnValidationErrorWhenCellHasBooleanValue
public void shouldNotReturnValidationErrorWhenCellHasBooleanValue()
-
shouldReturnValidationErrorWhenCellDoesntHaveBooleanValue
public void shouldReturnValidationErrorWhenCellDoesntHaveBooleanValue()
-
-