public class TestHashLongMapThreading
extends TestCase
Constructor and Description |
---|
TestHashLongMapThreading(java.lang.String testName)
Constructor for the test unit.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
The main for the program
|
static Test |
suite()
Creates the test suite.
|
void |
testClone()
check that we can concurrently call Clone
|
void |
testCloneAndKeyArray()
check that we can concurrently call Clone & keyArray
|
void |
testContainsKey()
check that we can concurrently call getKeyArray from many threads.
|
void |
testContainsValue()
check that we can concurrently call containsValue
|
void |
testKeyArray()
check that we can concurrently call getKeyArray from many threads.
|
public TestHashLongMapThreading(java.lang.String testName)
testName
- The name of the test unitpublic static void main(java.lang.String[] args)
args
- The command line argumentspublic static Test suite()
public void testKeyArray() throws java.lang.Exception
java.lang.Exception
- a serious problempublic void testContainsKey() throws java.lang.Exception
java.lang.Exception
- a serious problempublic void testClone() throws java.lang.Exception
java.lang.Exception
- a serious problempublic void testCloneAndKeyArray() throws java.lang.Exception
java.lang.Exception
- a serious problempublic void testContainsValue() throws java.lang.Exception
java.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.