class: OperationsTest

public class: OperationsTest
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:39; Modified: 16.07.2009 15:31:39;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {8F860F05-954C-45ff-BE01-2C51F9D58258}
JUnit test class for search querys with several logic operators.
 

Goto: Custom Properties, Methods

Appears in: searching

Custom Properties
 
OperationsTest Methods
Operation Details
public
andLeftTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with AND and missing left term. e. g. "AND hello"
public
andOk():void
Sequential
Tags: annotations=@Test
throws=ParseException
Notes: test search query with AND. e. g. "hello AND world"
public
andRightTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with AND and missing right term. e. g. "hello AND"
public
notLeftTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with NOT and left term missing. e. g. "NOT hello"
public
notOk():void
Sequential
Tags: annotations=@Test
throws=ParseException
Notes: test search query with NOT. e. g. "hello NOT world"
public
notRightTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with NOT and right term missing. e. g. "hello NOT"
public
orLeftTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with OR and missing left term. e. g. "OR hello"
public
orOk():void
Sequential
Tags: annotations=@Test
throws=ParseException
Notes: test search query with OR. e. g. "hello OR world"
public
orRightTermMissing():void
Sequential
Tags: annotations=@Test
Notes: test search query with OR and right term missing. e. g. "hello OR"