Class ProductConfiguratorTypeProviderTest
- java.lang.Object
-
- de.hybris.platform.commerceservices.search.solrfacetsearch.provider.impl.ProductConfiguratorTypeProviderTest
-
@UnitTest public class ProductConfiguratorTypeProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProductConfiguratorTypeProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()voidtestGetFieldValues()voidtestGetFieldValuesNoModelAtAll()voidtestGetFieldValuesNull()voidtestGetFieldValuesWrongModel()
-
-
-
Method Detail
-
initialize
public void initialize()
-
testGetFieldValues
public void testGetFieldValues() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testGetFieldValuesWrongModel
public void testGetFieldValuesWrongModel() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testGetFieldValuesNoModelAtAll
public void testGetFieldValuesNoModelAtAll() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
testGetFieldValuesNull
public void testGetFieldValuesNull() throws FieldValueProviderException- Throws:
FieldValueProviderException
-
-