public class

TestBoostByModificationDateStrategy

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

Summary

Public Constructors
TestBoostByModificationDateStrategy()
Public Methods
void testBoostingByModificationDate()
void testBoostingByModificationDateWithSearchQueryParams()
Protected Methods
void setUp()
void tearDown()
[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 TestBoostByModificationDateStrategy ()

Public Methods

public void testBoostingByModificationDate ()

Throws
IOException

public void testBoostingByModificationDateWithSearchQueryParams ()

Throws
IOException

Protected Methods

protected void setUp ()

Throws
Exception

protected void tearDown ()

Throws
Exception