Class SearchAttributeSelectionStrategyImplTest
- java.lang.Object
-
- de.hybris.platform.sap.productconfig.services.impl.SearchAttributeSelectionStrategyImplTest
-
@UnitTest public class SearchAttributeSelectionStrategyImplTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchAttributeSelectionStrategyImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestCompileIndexedProperties()voidtestCompileIndexedPropertiesNoConfig()voidtestCompileIndexedPropertiesNoIndexedProperties()voidtestCompileIndexedPropertiesNull()voidtestIsPropertyAvailableOnSearchIndex()voidtestIsPropertyAvailableOnSearchIndexEmptySolrIndex()voidtestIsPropertyAvailableOnSearchIndexPropertyIsNull()voidtestIsPropertyAvailableOnSearchIndexUnknownProperty()voidtestSolrFacetSearchConfigSelectionStrategy()
-
-
-
Method Detail
-
setup
public void setup() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testSolrFacetSearchConfigSelectionStrategy
public void testSolrFacetSearchConfigSelectionStrategy()
-
testIsPropertyAvailableOnSearchIndex
public void testIsPropertyAvailableOnSearchIndex() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testIsPropertyAvailableOnSearchIndexEmptySolrIndex
public void testIsPropertyAvailableOnSearchIndexEmptySolrIndex() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testIsPropertyAvailableOnSearchIndexUnknownProperty
public void testIsPropertyAvailableOnSearchIndexUnknownProperty() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testIsPropertyAvailableOnSearchIndexPropertyIsNull
public void testIsPropertyAvailableOnSearchIndexPropertyIsNull() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testCompileIndexedProperties
public void testCompileIndexedProperties() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testCompileIndexedPropertiesNoConfig
public void testCompileIndexedPropertiesNoConfig() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testCompileIndexedPropertiesNoIndexedProperties
public void testCompileIndexedPropertiesNoIndexedProperties() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
testCompileIndexedPropertiesNull
public void testCompileIndexedPropertiesNull() throws NoValidSolrConfigException- Throws:
NoValidSolrConfigException
-
-