Operation |
Details |
private searchAndCompareResults( MetadataSearchQuery query, ItemVO itemToCompare):void |
Sequential Notes: | Searches for the query and compares the result with the given item object for equality. | |
public testOrganizationalSearch():void |
Sequential Tags: | annotations=@Test throws=Exception
| |
public testSearchEmptyString():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for an title that should not exist. | |
public testSearchForAnyDates():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for one date range in all dates. | |
public testSearchForConcreteDates():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for 2 date ranges in 2 different dates. | |
public testSearchForCreator():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for creator's name and role. | |
public testSearchForEscidocIdentifier():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the escidoc Identifier. | |
public testSearchForEvent():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the event's title. | |
public testSearchForGenre():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the genre. | |
public testSearchForMultipleMetadata():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the item with multiple metadata in the query (Advanced Search). | |
public testSearchForOrganization():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the organization. | |
public testSearchForPidIdentifier():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the PID Identifier. | |
public testSearchForSource():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the source's title. | |
public testSearchForSpecialCharacters():void |
Sequential Tags: | annotations=@Test@Ignore throws=Exception
| Notes: | TODO: Get the test running after release 3.8.2 | |
public testSearchForTopic():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the topic. | |
public testSearchNoResults():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for an title that should not exist. | |
public testSearchWithAsteriskLogicalOperators():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for an item title using logical operator *. | |
public testSearchWithQuestionmarkLogicalOperator():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for an item title using logical operator ?. | |
public testSimpleSearchForAny():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for the title, using the ANY criterion (simple search without file). | |
public testSimpleSearchWithFile():void |
Sequential Tags: | annotations=@Test throws=Exception
| Notes: | Searches for an item with file (simple search with file). | |