Class DefaultSolrQueryConverterTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.search.impl.DefaultSolrQueryConverterTest
-
@UnitTest public class DefaultSolrQueryConverterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultSolrQueryConverterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestConvertQueryForFacetTypeMultiSelectAnd()voidtestConvertQueryForFacetTypeMultiSelectOr()voidtestConvertQueryForFacetTypeRefine()voidtestConvertQueryWithComplicatedCoupledFields()voidtestConvertQueryWithSimpleCoupledFields()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertQueryForFacetTypeMultiSelectOr
public void testConvertQueryForFacetTypeMultiSelectOr() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertQueryForFacetTypeMultiSelectAnd
public void testConvertQueryForFacetTypeMultiSelectAnd() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertQueryForFacetTypeRefine
public void testConvertQueryForFacetTypeRefine() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertQueryWithSimpleCoupledFields
public void testConvertQueryWithSimpleCoupledFields() throws java.lang.Exception- Throws:
java.lang.Exception
-
testConvertQueryWithComplicatedCoupledFields
public void testConvertQueryWithComplicatedCoupledFields() throws java.lang.Exception- Throws:
java.lang.Exception
-
-