Operation |
Details |
public booleanWithBrackets1():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with brackets an logic operators. e. g. "(hello AND world) OR other" | |
public booleanWithBrackets2():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with brackets an logic operators. e. g. "hello AND (world OR other)" | |
public booleanWithIllegalBrackets():void |
Sequential Notes: | test search query with illegal brackets. e. g. "hello AND world(OR other)" | |
public emptyQuery():void |
Sequential Notes: | test search query with an empty eypression. e. g. "" | |
public manyBrackets():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with several brackets. e. g. "(((The) (quick) (brown)) ((fox) (jumps)) ((over) (the)) ((lazy) (dog)(.)))" | |
public manyBracketsAndOperators():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with several brackets and logic operators. e. g. "(((The)NOT(quick)AND(brown))((fox)DOES(jump))NOT((over)NOT(the))NOT((lazy)AND(dog).))" | |
public manyBracketsAndOperatorsNOTallowed():void |
Sequential Notes: | test search query with brackets an illegal logic operators. e. g. "(((The)NOT(quick)AND NOT(brown))((fox)DOES(jump))NOT((over)NOT(the))NOT((lazy)AND(dog).))" | |
public manyBracketsAndOperatorsWithMissingBracket():void |
Sequential Notes: | test search query with several brackets and logic operators with missing brackets. e. g. "(((The)\"NOT(quick)AND(brown))\"((fox)DOES(jump))NOT((over)NOT(the))NOT((lazy)AND(dog).))" | |
public muchEscaping():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with several escape characters. e. g. "Mr \"OR\" Mrs NOT Teacher but \"Exactly \\\"this stuff\"" @throws ParseException | |
public muchWrongEscaping():void |
Sequential Notes: | test search query with several illegal escape characters. e. g. "NOT Teacher but \"Exactly \"this stuff\"" | |