Class DefaultItemTypePopulatorProviderTest

java.lang.Object
de.hybris.platform.cmsfacades.cmsitems.impl.DefaultItemTypePopulatorProviderTest

@UnitTest public class DefaultItemTypePopulatorProviderTest extends Object
  • Constructor Details

    • DefaultItemTypePopulatorProviderTest

      public DefaultItemTypePopulatorProviderTest()
  • Method Details

    • setup

      public void setup()
    • testWhenTypeCodeIsInvalid_shouldReturnEmptyPopulator

      public void testWhenTypeCodeIsInvalid_shouldReturnEmptyPopulator()
    • testWhenChildTypeHasPopulator_shouldReturnChildPopulator

      public void testWhenChildTypeHasPopulator_shouldReturnChildPopulator()
    • testWhenParentTypeHasPopulator_shouldReturnParentPopulator

      public void testWhenParentTypeHasPopulator_shouldReturnParentPopulator()
    • testWhenNoPopulatorWasFound_shouldReturnEmptyPopulator

      public void testWhenNoPopulatorWasFound_shouldReturnEmptyPopulator()