public class

TestLuceneProjectedSearchResult

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.search.v2.lucene.TestLuceneProjectedSearchResult

Summary

Public Constructors
TestLuceneProjectedSearchResult()
Public Methods
void testGetField()
void testGetFieldSearchFieldNameThrowsExceptionWhenNotAvailable()
void testGetHandle()
void testGetHandleThrowsExceptionWhenHandleNotInFieldNames()
void testIsFieldAvailable()
Protected Methods
void setUp()
[Expand]
Inherited Methods
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestLuceneProjectedSearchResult ()

Public Methods

public void testGetField ()

Throws
Exception

public void testGetFieldSearchFieldNameThrowsExceptionWhenNotAvailable ()

Throws
Exception

public void testGetHandle ()

Throws
Exception

public void testGetHandleThrowsExceptionWhenHandleNotInFieldNames ()

Throws
Exception

public void testIsFieldAvailable ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception