public class

TestCachingPersonalInformationDao

extends TestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.user.persistence.dao.TestCachingPersonalInformationDao

Summary

Public Constructors
TestCachingPersonalInformationDao()
Public Methods
void testDelegateReturnsNull()
void testGetByIdOnCacheHit()
void testGetByUsernameOnCacheMiss()
void testRemovalOfDeadEntriesFromCache()
void testRemoveClearsCache()
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 TestCachingPersonalInformationDao ()

Public Methods

public void testDelegateReturnsNull ()

Throws
Exception

public void testGetByIdOnCacheHit ()

Throws
Exception

public void testGetByUsernameOnCacheMiss ()

Throws
Exception

public void testRemovalOfDeadEntriesFromCache ()

Throws
Exception

public void testRemoveClearsCache ()

Throws
Exception

Protected Methods

protected void setUp ()

Throws
Exception