class: BracketsTest

public class: BracketsTest
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: {8954851A-E3F0-415f-9012-7A93227C78A0}
JUnit test class for several search querys with brackets.
 

Goto: Custom Properties, Methods

Appears in: searching

Custom Properties
 
BracketsTest Methods
Operation Details
public
bracketsOk():void
Sequential
Tags: annotations=@Test
throws=ParseException
Notes: test search query with brackets. e. g. "(hello)"
public
doubleEmptyBrackets():void
Sequential
Tags: annotations=@Test
Notes: test search query with double empty brackets. e. g. "(())"
public
emptyBrackets():void
Sequential
Tags: annotations=@Test
Notes: test search query with empty brackets. e. g. "()"
public
leadingBracketMissing():void
Sequential
Tags: annotations=@Test
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
Tags: annotations=@Test
Notes: test search query with a missing trailing bracket. e. g. "(hello"