Class DefaultExcelImportServiceTest
java.lang.Object
com.hybris.backoffice.excel.importing.DefaultExcelImportServiceTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultExcelImportServiceTest
public DefaultExcelImportServiceTest()
-
-
Method Details
-
setUp
public void setUp() -
shouldFindDefaultValuesWhenCellIsNull
public void shouldFindDefaultValuesWhenCellIsNull() -
shouldFindDefaultValuesWhenCellValueIsEmpty
public void shouldFindDefaultValuesWhenCellValueIsEmpty() -
shouldFindDefaultValuesWhenOnlyPatternIsProvided
public void shouldFindDefaultValuesWhenOnlyPatternIsProvided() -
shouldFindDefaultValuesWhenFirstPatternHasDefault
public void shouldFindDefaultValuesWhenFirstPatternHasDefault() -
shouldFindDefaultValuesWhenSecondPatternHasDefault
public void shouldFindDefaultValuesWhenSecondPatternHasDefault() -
shouldFindDefaultValuesWhenBothPatternsHaveDefaults
public void shouldFindDefaultValuesWhenBothPatternsHaveDefaults() -
shouldPrepareImportParametersForEmptyCellWithoutDefaults
public void shouldPrepareImportParametersForEmptyCellWithoutDefaults() -
shouldPrepareImportParametersForEmptyCellWithDefaults
public void shouldPrepareImportParametersForEmptyCellWithDefaults() -
shouldPrepareImportParametersForNotReferenceCellWithoutDefaults
public void shouldPrepareImportParametersForNotReferenceCellWithoutDefaults() -
shouldPrepareImportParametersForReferenceCellWithoutDefaults
public void shouldPrepareImportParametersForReferenceCellWithoutDefaults() -
shouldPrepareImportParametersForReferenceCellWithDefaultFirstValue
public void shouldPrepareImportParametersForReferenceCellWithDefaultFirstValue() -
shouldPrepareImportParametersForReferenceCellWithDefaultSecondValue
public void shouldPrepareImportParametersForReferenceCellWithDefaultSecondValue() -
shouldPrepareImportParametersForReferenceCellWithDefaultBothValues
public void shouldPrepareImportParametersForReferenceCellWithDefaultBothValues() -
shouldPrepareImportParametersForReferenceCellWith
public void shouldPrepareImportParametersForReferenceCellWith() -
shouldPrepareImportParametersForMultiValue
public void shouldPrepareImportParametersForMultiValue() -
shouldInvokeTranslatorTwiceForTwoSelectedAttributes
public void shouldInvokeTranslatorTwiceForTwoSelectedAttributes()
-