Package de.hybris.platform.patches.utils
Class PermutationUtilsTest
java.lang.Object
de.hybris.platform.patches.utils.PermutationUtilsTest
Test for
PermutationUtils.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String[][]convertStrings(ImpexHeaderOption[][] input) Help method that will convert ImpexHeaderOption array of arrays to Strings arrays.protected ImpexHeaderOption[][]convertToImpexHeaderOptions(String[][] input) Help method that will convert Strings array of arrays to ImpexHeaderOption arrays.voidtest1()voidtest2()voidtest3()
-
Constructor Details
-
PermutationUtilsTest
public PermutationUtilsTest()
-
-
Method Details
-
test1
public void test1() -
test2
public void test2() -
test3
public void test3() -
convertToImpexHeaderOptions
Help method that will convert Strings array of arrays to ImpexHeaderOption arrays. Useful for testing.- Parameters:
input-
-
convertStrings
Help method that will convert ImpexHeaderOption array of arrays to Strings arrays. Useful for testing.- Parameters:
input-
-