Class DefaultExcelImportServiceTest


  • public class DefaultExcelImportServiceTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultExcelImportServiceTest

        public DefaultExcelImportServiceTest()
    • Method Detail

      • 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()