Class TravelRestrictionPopulatorTest

java.lang.Object
de.hybris.platform.travelfacades.populators.TravelRestrictionPopulatorTest

@UnitTest public class TravelRestrictionPopulatorTest extends Object
Unit tests for TravelRestrictionPopulator implementation
  • Constructor Details

    • TravelRestrictionPopulatorTest

      public TravelRestrictionPopulatorTest()
  • Method Details

    • populateTravelRestrictionDataFromTravelRestrictionModelTest

      public void populateTravelRestrictionDataFromTravelRestrictionModelTest()
      Test method to verify the population of TravelRestrictionModel to TravelRestrictionData objects.
    • nullSourceAttributesTest

      public void nullSourceAttributesTest()
      Test method to verify the population of TravelRestrictionModel to TravelRestrictionData objects when the TravelRestrictionModel has null attributes.
    • nullSourceTest

      public void nullSourceTest()
      Test method to verify the population of TravelRestrictionModel to TravelRestrictionData objects when the TravelRestrictionModel is null.