public class

TestObjectQueue

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

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestObjectQueue()
Public Methods
void testConstructor()
void testEmptyQueue()
void testPopGetsIndividualSuccesses()
void testPopRemovesOnly10()
void testPopRemovesOnlySpecifiedNumberOfAttachments()
void testPopRetriesOnFailure()
void testPopReturnsWhenOnlyContainingBadHandles()
[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 TestObjectQueue ()

Public Methods

public void testConstructor ()

public void testEmptyQueue ()

public void testPopGetsIndividualSuccesses ()

public void testPopRemovesOnly10 ()

public void testPopRemovesOnlySpecifiedNumberOfAttachments ()

public void testPopRetriesOnFailure ()

public void testPopReturnsWhenOnlyContainingBadHandles ()