Class FormatValueFilterTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.FormatValueFilterTest
-
@UnitTest public class FormatValueFilterTest 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 FormatValueFilterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formatCollectionOfDateValues()
void
formatDateValueWithBeanNameNull()
void
formatDateValueWithDateObjectAsNull()
void
formatSingleDateValue()
protected IndexedProperty
getIndexProperty()
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()
-
getIndexProperty
protected IndexedProperty getIndexProperty()
-
formatSingleDateValue
public void formatSingleDateValue()
-
formatCollectionOfDateValues
public void formatCollectionOfDateValues()
-
formatDateValueWithDateObjectAsNull
public void formatDateValueWithDateObjectAsNull()
-
formatDateValueWithBeanNameNull
public void formatDateValueWithBeanNameNull()
-
-