Package de.hybris.platform.patches.utils
Class PermutationUtilsTest
- java.lang.Object
-
- de.hybris.platform.patches.utils.PermutationUtilsTest
-
@UnitTest public class PermutationUtilsTest extends java.lang.Object
Test forPermutationUtils.
-
-
Constructor Summary
Constructors Constructor Description PermutationUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[][]convertStrings(ImpexHeaderOption[][] input)Help method that will convert ImpexHeaderOption array of arrays to Strings arrays.protected ImpexHeaderOption[][]convertToImpexHeaderOptions(java.lang.String[][] input)Help method that will convert Strings array of arrays to ImpexHeaderOption arrays.voidtest1()voidtest2()voidtest3()
-
-
-
Method Detail
-
test1
public void test1()
-
test2
public void test2()
-
test3
public void test3()
-
convertToImpexHeaderOptions
protected ImpexHeaderOption[][] convertToImpexHeaderOptions(java.lang.String[][] input)
Help method that will convert Strings array of arrays to ImpexHeaderOption arrays. Useful for testing.- Parameters:
input-
-
convertStrings
protected java.lang.String[][] convertStrings(ImpexHeaderOption[][] input)
Help method that will convert ImpexHeaderOption array of arrays to Strings arrays. Useful for testing.- Parameters:
input-
-
-