Class TravelRestrictionPopulatorTest
java.lang.Object
de.hybris.platform.travelfacades.populators.TravelRestrictionPopulatorTest
Unit tests for TravelRestrictionPopulator implementation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest method to verify the population of TravelRestrictionModel to TravelRestrictionData objects when the TravelRestrictionModel has null attributes.voidTest method to verify the population of TravelRestrictionModel to TravelRestrictionData objects when the TravelRestrictionModel is null.voidTest method to verify the population of TravelRestrictionModel to TravelRestrictionData objects.
-
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.
-