| org.apache.mina.util.ExpiringMapTest
Method Summary | |
public void | setUp() Create the map, populate it and then kick off
the Expirer, then sleep long enough so that the
Expirer can clean up the map. | public void | testGet() Check to see if the map has been cleaned up. |
setUp | public void setUp() throws Exception(Code) | | Create the map, populate it and then kick off
the Expirer, then sleep long enough so that the
Expirer can clean up the map.
throws: java.lang.Exception - |
testGet | public void testGet()(Code) | | Check to see if the map has been cleaned up.
|
|
|