public class QueryFilterTest extends Object
| Constructor and Description |
|---|
QueryFilterTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
shouldCreateCorrectAndedQuery() |
void |
shouldCreateCorrectOredQuery() |
void |
shouldCreateCorrectQueryForNull() |
void |
shouldCreateCorrectQueryForNumber() |
void |
shouldCreateCorrectQueryForRef() |
void |
shouldCreateCorrectQueryForString() |
void |
shouldCreateCorrectStaticAndedQuery() |
void |
shouldCreateCorrectStaticOredQuery() |
void |
shouldCreateQuotedQueryForStringWithSpaces() |
public void shouldCreateCorrectQueryForString()
public void shouldCreateCorrectQueryForNull()
public void shouldCreateQuotedQueryForStringWithSpaces()
public void shouldCreateCorrectQueryForRef()
public void shouldCreateCorrectQueryForNumber()
public void shouldCreateCorrectAndedQuery()
public void shouldCreateCorrectStaticAndedQuery()
public void shouldCreateCorrectOredQuery()
public void shouldCreateCorrectStaticOredQuery()