Class DefaultPointOfServiceDaoIT

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class DefaultPointOfServiceDaoIT extends ServicelayerTest
  • Constructor Details

    • DefaultPointOfServiceDaoIT

      public DefaultPointOfServiceDaoIT()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • createTestPosEntries

      protected void createTestPosEntries() throws Exception
      Throws:
      Exception
    • shouldSelectAllItemsForGeocoding

      public void shouldSelectAllItemsForGeocoding() throws Exception
      Throws:
      Exception
    • shouldSelectRequestedNumberOfItemsForGeocoding

      public void shouldSelectRequestedNumberOfItemsForGeocoding() throws Exception
      Throws:
      Exception
    • shouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding

      public void shouldHaveEmptyGeocodingTimestampIfQualifiesForGeocoding() throws Exception
      Throws:
      Exception
    • shouldCountNumberOfPosPerCountry

      public void shouldCountNumberOfPosPerCountry()
    • shouldCountNumberOfPosPerCountryNullStore

      public void shouldCountNumberOfPosPerCountryNullStore()
    • shouldCountPosForCountryInDifferentBaseStores

      public void shouldCountPosForCountryInDifferentBaseStores()
    • shouldThrowExWhenCountryIsNullAndStoreIsNull

      public void shouldThrowExWhenCountryIsNullAndStoreIsNull() throws Exception
      Throws:
      Exception
    • shouldCountPosPerRegion

      public void shouldCountPosPerRegion() throws Exception
      Throws:
      Exception
    • shouldCountPosPerRegionNoResults

      public void shouldCountPosPerRegionNoResults() throws Exception
      Throws:
      Exception
    • retrievePosPerCountrySuccess

      public void retrievePosPerCountrySuccess()
    • retrievePosPerCountryNoResults

      public void retrievePosPerCountryNoResults()
    • retrievePosPerRegionSuccess

      public void retrievePosPerRegionSuccess()
    • retrievePosPerRegionNoResults

      public void retrievePosPerRegionNoResults()
    • retrievePosPerCountryNullCheck

      public void retrievePosPerCountryNullCheck()
    • retrievePosPerRegionNullCountry

      public void retrievePosPerRegionNullCountry()
    • retrievePosPerRegionNullRegion

      public void retrievePosPerRegionNullRegion()