public class

TestDefaultResultCategoriser

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestDefaultResultCategoriser()
Public Methods
void testBasicCategorise()
void testIllegalArgumentExceptions()
void testNullCategoryIsHandled()
Protected Methods
void setUp()
void tearDown()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public TestDefaultResultCategoriser ()

Public Methods

public void testBasicCategorise ()

public void testIllegalArgumentExceptions ()

public void testNullCategoryIsHandled ()

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception