Operation |
Details |
public constantOk():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with "normal" letters. e. g. "hello" | |
public constantWithAsteriskAtEnd():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with an asterik at the end. e. g. "hello*" | |
public constantWithAsteriskAtMiddle():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with an asterik in the middle. e. g. "he*o" | |
public constantWithAsteriskAtStart():void |
Sequential Tags: | annotations=@Test(expected = ParseException.class) throws=ParseException
| Notes: | test search query with a experssion with an asterik at start. e. g. "*hello" | |
public constantWithCircumflecAccentAtEnd():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with a circumflex at the end. e. g. "hello^" | |
public constantWithCircumflecAccentAtMiddle():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with a circumflex in the middle. e. g. "hel^lo" | |
public constantWithCircumflecAccentAtStart():void |
Sequential Tags: | annotations=@Test(expected = ParseException.class) throws=ParseException
| Notes: | test search query with a experssion with a circumflex at start. e. g. "^hello" | |
public constantWithOperator():void |
Sequential Tags: | annotations=@Test(expected = ParseException.class) throws=ParseException
| Notes: | test search query with a expression with operator. e. g. "he(llo" | |
public constantWithQuestionmarkAtEnd():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with a questionmark at the end. e. g. "hello?" | |
public constantWithQuestionmarkAtMiddle():void |
Sequential Tags: | annotations=@Test throws=ParseException
| Notes: | test search query with a experssion with a questionmark in the middle. e. g. "he?lo" | |
public constantWithQuestionmarkAtStart():void |
Sequential Tags: | annotations=@Test(expected = ParseException.class) throws=ParseException
| Notes: | test search query with a experssion with a questionmark at start. e. g. "?hello" | |