Class DefaultAsSearchProfileServiceTest
- java.lang.Object
-
- de.hybris.platform.adaptivesearch.services.impl.DefaultAsSearchProfileServiceTest
-
@UnitTest public class DefaultAsSearchProfileServiceTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultAsSearchProfileServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcannotGetByCode()voidcloneSearchProfile()voidcloneSearchProfileWithActivationSet()voidgetAll()voidgetByCatalogVersion()voidgetByCode()voidgetByIndexTypesAndCatalogVersions()voidsetUp()
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
getAll
public void getAll()
-
getByIndexTypesAndCatalogVersions
public void getByIndexTypesAndCatalogVersions()
-
getByCatalogVersion
public void getByCatalogVersion()
-
getByCode
public void getByCode()
-
cannotGetByCode
public void cannotGetByCode()
-
cloneSearchProfile
public void cloneSearchProfile()
-
cloneSearchProfileWithActivationSet
public void cloneSearchProfileWithActivationSet()
-
-