public class

TestDefaultResultConverter

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.search.contentnames.lucene.TestDefaultResultConverter

Class Overview

Test that results are successfully converted to SearchResult instances.

Summary

Public Constructors
TestDefaultResultConverter()
Public Methods
void testConvert()
Test method for categorise(java.util.Map).
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 TestDefaultResultConverter ()

Public Methods

public void testConvert ()

Test method for categorise(java.util.Map).

Protected Methods

protected void setUp ()

Throws
Exception