| com.opensymphony.oscache.general.TestConcurrent
TestConcurrent | public class TestConcurrent extends TestCase (Code) | | Testing concurrent API accesses.
author: $Author: larst $ version: $Revision: 385 $ |
Method Summary | |
public void | setUp() This method is invoked before each testXXXX methods of the
class. | public static Test | suite() | public void | testConcurrentCreation10000() Tests concurrent accesses. |
setUp | public void setUp()(Code) | | This method is invoked before each testXXXX methods of the
class. It set ups the variables required for each tests.
|
suite | public static Test suite()(Code) | | This methods returns the name of this test class to JUnit
The name of this class |
testConcurrentCreation10000 | public void testConcurrentCreation10000()(Code) | | Tests concurrent accesses.
See Also: http://jira.opensymphony.com/browse/CACHE-279 |
|
|