com.atlassian.user.impl.cache
Class TestCachingGroupManager

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.user.impl.cache.TestCachingGroupManager
All Implemented Interfaces:
junit.framework.Test

public class TestCachingGroupManager
extends junit.framework.TestCase


Constructor Summary
TestCachingGroupManager()
           
 
Method Summary
 void testCacheHitGetsGroupsFromUnderlyingManager()
           
 void testCacheMissCachesReturnedGroupsIndividually()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestCachingGroupManager

public TestCachingGroupManager()
Method Detail

testCacheMissCachesReturnedGroupsIndividually

public void testCacheMissCachesReturnedGroupsIndividually()
                                                   throws Exception
Throws:
Exception

testCacheHitGetsGroupsFromUnderlyingManager

public void testCacheHitGetsGroupsFromUnderlyingManager()
                                                 throws Exception
Throws:
Exception


Copyright © 2005-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.