Class ExcelGenericReferenceValidatorIntegrationTest

All Implemented Interfaces:
JaloSessionHolder

@Transactional @IntegrationTest public class ExcelGenericReferenceValidatorIntegrationTest extends ServicelayerTest
  • Field Details

    • soft

      public org.assertj.core.api.JUnitSoftAssertions soft
  • Constructor Details

    • ExcelGenericReferenceValidatorIntegrationTest

      public ExcelGenericReferenceValidatorIntegrationTest()
  • Method Details

    • setupData

      public void setupData()
    • shouldNotReportAnyValidationErrorsWhenCatalogVersionExist

      public void shouldNotReportAnyValidationErrorsWhenCatalogVersionExist()
    • shouldReportValidationErrorsWhenCatalogNotExist

      public void shouldReportValidationErrorsWhenCatalogNotExist()
    • shouldReportValidationErrorsWhenCatalogVersionNotExist

      public void shouldReportValidationErrorsWhenCatalogVersionNotExist()
    • shouldNotReportAnyValidationErrorsWhenSupercategoriesExist

      public void shouldNotReportAnyValidationErrorsWhenSupercategoriesExist()
    • shouldReportValidationErrorsWhenCatalogOfCategoryDoesNotExist

      public void shouldReportValidationErrorsWhenCatalogOfCategoryDoesNotExist()
    • shouldReportValidationErrorsWhenCatalogVersionOfCategoryDoesNotExist

      public void shouldReportValidationErrorsWhenCatalogVersionOfCategoryDoesNotExist()
    • shouldReportValidationErrorsWhenCodeOfCategoryDoesNotExist

      public void shouldReportValidationErrorsWhenCodeOfCategoryDoesNotExist()
    • shouldNotReportAnyValidationErrorsWhenReferencedEntryExistInExcelSheet

      public void shouldNotReportAnyValidationErrorsWhenReferencedEntryExistInExcelSheet()
    • shouldReportValidationErrorsWhenReferencedEntryDoesNotExistInExcelSheet

      public void shouldReportValidationErrorsWhenReferencedEntryDoesNotExistInExcelSheet()