public class BlockingHashMapTest
extends TestCase
BlockingHashMap
.Constructor and Description |
---|
BlockingHashMapTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBlockingHashMap()
Validates values put in the BlockingHashMap by one thread
can be correctly retrieved by another thread.
|
public void testBlockingHashMap() throws InterruptedException
InterruptedException