Operation |
Details |
public andLeftTermMissing():void |
Sequential Notes: | test search query with AND and missing left term. e. g. "AND hello" | |
public andOk():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with AND. e. g. "hello AND world" | |
public andRightTermMissing():void |
Sequential Notes: | test search query with AND and missing right term. e. g. "hello AND" | |
public notLeftTermMissing():void |
Sequential Notes: | test search query with NOT and left term missing. e. g. "NOT hello" | |
public notOk():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with NOT. e. g. "hello NOT world" | |
public notRightTermMissing():void |
Sequential Notes: | test search query with NOT and right term missing. e. g. "hello NOT" | |
public orLeftTermMissing():void |
Sequential Notes: | test search query with OR and missing left term. e. g. "OR hello" | |
public orOk():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with OR. e. g. "hello OR world" | |
public orRightTermMissing():void |
Sequential Notes: | test search query with OR and right term missing. e. g. "hello OR" | |