Class NoOpQualifierProviderTest
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.provider.impl.NoOpQualifierProviderTest
-
@UnitTest public class NoOpQualifierProviderTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description NoOpQualifierProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyQualifierDoesNotThrowException()voidcannotApply()voidemptyAvailableQualifiers()voidgetCurrentQualifierReturnsNull()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp()
-
emptyAvailableQualifiers
public void emptyAvailableQualifiers() throws java.lang.Exception- Throws:
java.lang.Exception
-
cannotApply
public void cannotApply() throws java.lang.Exception- Throws:
java.lang.Exception
-
applyQualifierDoesNotThrowException
public void applyQualifierDoesNotThrowException() throws java.lang.Exception- Throws:
java.lang.Exception
-
getCurrentQualifierReturnsNull
public void getCurrentQualifierReturnsNull() throws java.lang.Exception- Throws:
java.lang.Exception
-
-