Class NamedQueryServiceTest
- java.lang.Object
-
- de.hybris.platform.cms2.namedquery.service.impl.NamedQueryServiceTest
-
@UnitTest public class NamedQueryServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NamedQueryServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestInitLocaleIfCurrentLocaleProvided()voidtestInternalNamedQueryAssignment()voidtestInvalidNamedQueryExceptionAfterSearch()voidtestNamedQueryServiceSearchCoordination()
-
-
-
Method Detail
-
setup
public void setup() throws InvalidNamedQueryException- Throws:
InvalidNamedQueryException
-
testInitLocaleIfCurrentLocaleProvided
public void testInitLocaleIfCurrentLocaleProvided()
-
testNamedQueryServiceSearchCoordination
public void testNamedQueryServiceSearchCoordination() throws InvalidNamedQueryException- Throws:
InvalidNamedQueryException
-
testInternalNamedQueryAssignment
public void testInternalNamedQueryAssignment()
-
testInvalidNamedQueryExceptionAfterSearch
public void testInvalidNamedQueryExceptionAfterSearch() throws InvalidNamedQueryException- Throws:
InvalidNamedQueryException
-
-