public class

TestPageIdCache

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.pages.persistence.dao.hibernate.TestPageIdCache

Summary

Public Constructors
TestPageIdCache()
Public Methods
void testContains()
void testGet()
void testPut()
void testRemove()
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 TestPageIdCache ()

Public Methods

public void testContains ()

Throws
Exception

public void testGet ()

Throws
Exception

public void testPut ()

Throws
Exception

public void testRemove ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception