@UnitTest public class DefaultAbstractQueryHelperTest extends java.lang.Object
DefaultAbstractQueryHelper| Constructor and Description |
|---|
DefaultAbstractQueryHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractQuery> |
assertClonedResults(T original,
T updated)
Assert the given two AbstractQuery sub-class parameters have the same attribute values.
|
protected <T extends AbstractQuery> |
setAllAttributes(T original)
Sets all attributes of given search query object, so that these values can be compared with the ones returned from
abstractQueryHelper class
|
void |
shouldThrowIllegalArgumentExceptionNullFlexibleSearchQuery() |
void |
shouldThrowIllegalArgumentExceptionNullGenericQuery() |
void |
shouldThrowIllegalArgumentExceptionNullGenericSearchQuery() |
void |
shouldThrowIllegalArgumentExceptionNullStringQuery() |
void |
shouldUpdateFlexibleSearchQuery() |
void |
shouldUpdateGenericSearchQuery() |
public void shouldUpdateFlexibleSearchQuery()
public void shouldUpdateGenericSearchQuery()
public void shouldThrowIllegalArgumentExceptionNullStringQuery()
public void shouldThrowIllegalArgumentExceptionNullFlexibleSearchQuery()
public void shouldThrowIllegalArgumentExceptionNullGenericQuery()
public void shouldThrowIllegalArgumentExceptionNullGenericSearchQuery()
protected <T extends AbstractQuery> void setAllAttributes(T original)
protected <T extends AbstractQuery> void assertClonedResults(T original, T updated)
original - the originalupdated - the updatedCopyright © 2018 SAP SE. All Rights Reserved.