Class DefaultValueProviderSelectionStrategyTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.DefaultValueProviderSelectionStrategyTest
-
@UnitTest public class DefaultValueProviderSelectionStrategyTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedException
expectedException
-
Constructor Summary
Constructors Constructor Description DefaultValueProviderSelectionStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getValueProvider()
void
resolveDefaultValueProvider()
void
resolveValueProviderFromIndexedProperty()
void
resolveValueProviderFromIndexedType()
void
resolveValueProvidersWithDifferentIds()
void
resolveValueProvidersWithSameId()
void
setUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
getValueProvider
public void getValueProvider() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveValueProviderFromIndexedProperty
public void resolveValueProviderFromIndexedProperty() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveValueProviderFromIndexedType
public void resolveValueProviderFromIndexedType() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveDefaultValueProvider
public void resolveDefaultValueProvider() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveValueProvidersWithSameId
public void resolveValueProvidersWithSameId() throws java.lang.Exception
- Throws:
java.lang.Exception
-
resolveValueProvidersWithDifferentIds
public void resolveValueProvidersWithDifferentIds() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-