Operation |
Details |
public bracketsOk():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with brackets. e. g. "(hello)" | |
public doubleEmptyBrackets():void |
Sequential Notes: | test search query with double empty brackets. e. g. "(())" | |
public emptyBrackets():void |
Sequential Notes: | test search query with empty brackets. e. g. "()" | |
public leadingBracketMissing():void |
Sequential Notes: | test search query with a missing leading bracket. e. g. "hello)" | |
public severalBrackets():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | test search query with several brackets. e. g. "((hello)(world))" | |
public trailingBracketMissing():void |
Sequential Notes: | test search query with a missing trailing bracket. e. g. "(hello" | |