Class CategoryTestUtils

java.lang.Object
de.hybris.platform.category.CategoryTestUtils

public class CategoryTestUtils extends Object
Utility class containing helper methods for testing Categories.
  • Constructor Details

    • CategoryTestUtils

      public CategoryTestUtils()
  • Method Details

    • convertNewCollectionToPk

      public static List<PK> convertNewCollectionToPk(Collection<CategoryModel> collection)
      Converts Collection of CategoryModel into sorted List of PK.
    • convertOldCollectionToPk

      public static List<PK> convertOldCollectionToPk(Collection<Category> collection)
      Converts Collection of Category items into sorted List of PK.