org.kuali.student.common.util
Class TestLRUMap

java.lang.Object
  extended by org.kuali.student.common.util.TestLRUMap

public class TestLRUMap
extends Object


Field Summary
private  LRUMap<String,String> cache
           
 
Constructor Summary
TestLRUMap()
           
 
Method Summary
 void setup()
           
 void testDefaultMaximumEntries()
           
 void testRemoveEldestEntry()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cache

private LRUMap<String,String> cache
Constructor Detail

TestLRUMap

public TestLRUMap()
Method Detail

setup

public void setup()

testDefaultMaximumEntries

public void testDefaultMaximumEntries()
                               throws Exception
Throws:
Exception

testRemoveEldestEntry

public void testRemoveEldestEntry()
                           throws Exception
Throws:
Exception


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.