Class FlexibleSearchQueryTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.search.FlexibleSearchQueryTest
-
@UnitTest public class FlexibleSearchQueryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlexibleSearchQueryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshouldAddKeyAndValueAsQueryParams()voidshouldAddMapOfParamsAsQueryParameters()Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).voidshouldBeEqual()Test method forFlexibleSearchQuery.equals(Object)voidshouldNotBeEqual()Test method forFlexibleSearchQuery.equals(Object)voidshouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsEmptyCollection()Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).voidshouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsNull()Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).voidshouldThrowIllegalArgumentExceptionWhenValueIsEmptyCollection()voidshouldThrowIllegalArgumentExceptionWhenValueIsNull()
-
-
-
Method Detail
-
shouldThrowIllegalArgumentExceptionWhenValueIsNull
public void shouldThrowIllegalArgumentExceptionWhenValueIsNull()
-
shouldThrowIllegalArgumentExceptionWhenValueIsEmptyCollection
public void shouldThrowIllegalArgumentExceptionWhenValueIsEmptyCollection()
-
shouldAddKeyAndValueAsQueryParams
public void shouldAddKeyAndValueAsQueryParams()
-
shouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsNull
public void shouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsNull()
Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).
-
shouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsEmptyCollection
public void shouldThrowIllegalArgumentExceptionWhenOneOfValuesInParamsMapIsEmptyCollection()
Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).
-
shouldAddMapOfParamsAsQueryParameters
public void shouldAddMapOfParamsAsQueryParameters()
Test method forFlexibleSearchQuery.addQueryParameters(java.util.Map).
-
shouldBeEqual
public void shouldBeEqual()
Test method forFlexibleSearchQuery.equals(Object)
-
shouldNotBeEqual
public void shouldNotBeEqual()
Test method forFlexibleSearchQuery.equals(Object)
-
-