public class ExcelEnumClassificationValidatorTest
extends java.lang.Object
| Constructor and Description |
|---|
ExcelEnumClassificationValidatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldHandleNonBlankCellValueAndEnumAttributeType() |
void |
shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank() |
void |
shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum() |
void |
shouldValidateWithErrorAsTheImportedEnumDoesNotExist() |
void |
shouldValidateWithSuccessResult() |
public ExcelEnumClassificationValidatorTest()
public void shouldHandleNonBlankCellValueAndEnumAttributeType()
public void shouldNotHandleEnumAttributeTypeAsTheCellValueIsBlank()
public void shouldNotHandleNonBlankCellValueAsAttributeTypeIsNotEnum()
public void shouldValidateWithSuccessResult()
public void shouldValidateWithErrorAsTheImportedEnumDoesNotExist()
Copyright © 2018 SAP SE. All Rights Reserved.