Class MediaSearchByCodeNamedQueryDataPopulatorTest
- java.lang.Object
-
- de.hybris.platform.cmsfacades.media.populator.MediaSearchByCodeNamedQueryDataPopulatorTest
-
@UnitTest public class MediaSearchByCodeNamedQueryDataPopulatorTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCATALOG_ID_VALUEstatic java.lang.StringCATALOG_VERSION_VALUE
-
Constructor Summary
Constructors Constructor Description MediaSearchByCodeNamedQueryDataPopulatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestBadParametersInputWithEmptyValues()voidtestBadParameterWithDuplicateKey()voidtestEmptyParametersException()voidtestGoodParameterRequestConversion()voidtestGoodParametersButWithBadCatalogVersionInput()voidtestGoodParametersInputWithNoCode()
-
-
-
Field Detail
-
CATALOG_ID_VALUE
public static final java.lang.String CATALOG_ID_VALUE
- See Also:
- Constant Field Values
-
CATALOG_VERSION_VALUE
public static final java.lang.String CATALOG_VERSION_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
testEmptyParametersException
public void testEmptyParametersException()
-
testGoodParameterRequestConversion
public void testGoodParameterRequestConversion()
-
testGoodParametersInputWithNoCode
public void testGoodParametersInputWithNoCode()
-
testBadParameterWithDuplicateKey
public void testBadParameterWithDuplicateKey()
-
testGoodParametersButWithBadCatalogVersionInput
public void testGoodParametersButWithBadCatalogVersionInput()
-
testBadParametersInputWithEmptyValues
public void testBadParametersInputWithEmptyValues()
-
-