public class DefaultExcelTemplateServiceTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CATALOG_VERSION_DEFAULT_VALUE |
static java.lang.String |
CATALOG_VERSION_REFERENCE_FORMAT |
| Constructor and Description |
|---|
DefaultExcelTemplateServiceTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
mockCell(Cell cell,
java.lang.String cellValue) |
void |
setup() |
void |
shouldIndicateAttributeAsMandatoryWhenIsNotOptionalAndIsLocalizedForCurrentLanguage() |
void |
shouldIndicateAttributeAsMandatoryWhenIsNotOptionalAndNotLocalized() |
void |
shouldIndicateAttributeAsNotMandatoryWhenIsNotOptionalAndIsNotLocalizedForCurrentLanguage() |
void |
shouldIndicateAttributeAsNotMandatoryWhenIsOptional() |
void |
shouldReturnListOfHeaders() |
void |
shouldReturnSheets() |
void |
shouldReturnSheetsNames() |
void |
shouldReturnTypeSystemSheet() |
public static final java.lang.String CATALOG_VERSION_REFERENCE_FORMAT
public static final java.lang.String CATALOG_VERSION_DEFAULT_VALUE
public void setup()
public void shouldReturnSheetsNames()
public void shouldReturnSheets()
public void shouldReturnTypeSystemSheet()
public void shouldReturnListOfHeaders()
public void shouldIndicateAttributeAsMandatoryWhenIsNotOptionalAndNotLocalized()
public void shouldIndicateAttributeAsMandatoryWhenIsNotOptionalAndIsLocalizedForCurrentLanguage()
public void shouldIndicateAttributeAsNotMandatoryWhenIsOptional()
public void shouldIndicateAttributeAsNotMandatoryWhenIsNotOptionalAndIsNotLocalizedForCurrentLanguage()
protected void mockCell(Cell cell,
java.lang.String cellValue)
Copyright © 2018 SAP SE. All Rights Reserved.