class: ConstantsTest

public class: ConstantsTest
Author: Hugo Niedermaier Revised by NiH: 20.09.2007
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:31:38; Modified: 16.07.2009 15:31:38;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D24152E4-D1BE-4420-A92E-3322048666C7}
JUnit test class for several search querys with constant expressions.
 

Goto: Custom Properties, Methods

Appears in: searching

Custom Properties
 
ConstantsTest Methods
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"