Class DefaultAsSearchConfigurationServiceTest
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.services.impl.DefaultAsSearchConfigurationServiceTest
-
@UnitTest public class DefaultAsSearchConfigurationServiceTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultAsSearchConfigurationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcannotGetByUid()voidcloneSearchConfiguration()voidgetAll()voidgetByCatalogVersion()voidgetByUid()voidgetForContext()voidgetOrCreateForContext()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAll
public void getAll()
-
getByCatalogVersion
public void getByCatalogVersion()
-
getByUid
public void getByUid()
-
cannotGetByUid
public void cannotGetByUid()
-
getForContext
public void getForContext()
-
getOrCreateForContext
public void getOrCreateForContext()
-
cloneSearchConfiguration
public void cloneSearchConfiguration()
-
-