Class SplitValueFilterTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.SplitValueFilterTest
-
@UnitTest public class SplitValueFilterTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String
INDEXED_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description SplitValueFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IndexedProperty
getIndexedProperty()
void
resolveNonStringAttributeWithSplit()
void
resolveWithSplit()
void
resolveWithSplitRegex()
void
setUp()
-
-
-
Field Detail
-
INDEXED_PROPERTY_NAME
protected static final java.lang.String INDEXED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp()
-
getIndexedProperty
protected IndexedProperty getIndexedProperty()
-
resolveWithSplit
public void resolveWithSplit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveWithSplitRegex
public void resolveWithSplitRegex() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveNonStringAttributeWithSplit
public void resolveNonStringAttributeWithSplit() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-