Class PermutationUtilsTest

java.lang.Object
de.hybris.platform.patches.utils.PermutationUtilsTest

@UnitTest public class PermutationUtilsTest extends Object
  • Constructor Details

    • PermutationUtilsTest

      public PermutationUtilsTest()
  • Method Details

    • test1

      public void test1()
    • test2

      public void test2()
    • test3

      public void test3()
    • convertToImpexHeaderOptions

      protected ImpexHeaderOption[][] convertToImpexHeaderOptions(String[][] input)
      Help method that will convert Strings array of arrays to ImpexHeaderOption arrays. Useful for testing.
      Parameters:
      input -
    • convertStrings

      protected String[][] convertStrings(ImpexHeaderOption[][] input)
      Help method that will convert ImpexHeaderOption array of arrays to Strings arrays. Useful for testing.
      Parameters:
      input -