Java Doc for ConcurrentHashMapTestApp.java in  » Net » Terracotta » com » tctest » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Net » Terracotta » com.tctest 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.tctest.GenericTestApp
   com.tctest.ConcurrentHashMapTestApp

ConcurrentHashMapTestApp
public class ConcurrentHashMapTestApp extends GenericTestApp (Code)



Constructor Summary
public  ConcurrentHashMapTestApp(String appId, ApplicationConfig cfg, ListenerProvider listenerProvider)
    

Method Summary
 voidassertCollectionsEqual(Object[] expect, Collection collection)
    
 voidassertCollectionsEqual(Collection expect, Collection collection)
    
 voidassertMappingsEqual(Object[] expect, Map map)
    
 voidassertMappingsEqual(Map expect, Map actual)
    
 voidassertMappingsHashEqual(Map expect, Map actual)
    
 voidassertSingleHashMapping(Object expectedKey, Object expectedValue, Map map)
    
protected  ObjectgetTestObject(String test)
    
protected  voidsetupTestObject(String test)
    
 voidtestAllEntriesSnapshot(ConcurrentHashMap map, boolean validate)
    
 voidtestAllLocalEntriesSnapshot(ConcurrentHashMap map, boolean validate)
    
 voidtestContains1(ConcurrentHashMap map, boolean validate)
    
 voidtestContains2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetClear(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetContains1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetContains2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetContainsAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetContainsAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetIteratorRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetIteratorRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRemoveAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRemoveAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRetainAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetRetainAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetSetValue1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetSetValue2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetSize1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetSize2(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetToArray1(ConcurrentHashMap map, boolean validate)
    
 voidtestEntrySetToArray2(ConcurrentHashMap map, boolean validate)
    
 voidtestHashRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestHashRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestHashRemove3(ConcurrentHashMap map, boolean validate)
    
 voidtestHashReplace1(ConcurrentHashMap map, boolean validate)
    
 voidtestHashReplace2(ConcurrentHashMap map, boolean validate)
    
 voidtestHashReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate)
    
 voidtestHashReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetClear1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetClear2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetContains1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetContains2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetContainsAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetContainsAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetIteratorRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetIteratorRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRemoveAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRemoveAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRetainAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetRetainAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetToArray1(ConcurrentHashMap map, boolean validate)
    
 voidtestKeySetToArray2(ConcurrentHashMap map, boolean validate)
    
 voidtestPut1(ConcurrentHashMap map, boolean validate)
    
 voidtestPut2(ConcurrentHashMap map, boolean validate)
    
 voidtestPutAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestPutAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestPutIfAbsent(ConcurrentHashMap map, boolean validate)
    
 voidtestPutIfAbsent2(ConcurrentHashMap map, boolean validate)
    
 voidtestPutWithClassKey(ConcurrentHashMap map, boolean validate)
    
 voidtestRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestRemove3(ConcurrentHashMap map, boolean validate)
    
 voidtestRemoveLogical(ConcurrentHashMap map, boolean validate)
    
 voidtestReplace1(ConcurrentHashMap map, boolean validate)
    
 voidtestReplace2(ConcurrentHashMap map, boolean validate)
    
 voidtestReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate)
    
 voidtestReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesClear1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesClear2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesContains1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesContains2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesContainsAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesContainsAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesIteratorRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesIteratorRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRemove1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRemove2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRemoveAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRemoveAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRetainAll1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesRetainAll2(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesToArray1(ConcurrentHashMap map, boolean validate)
    
 voidtestValuesToArray2(ConcurrentHashMap map, boolean validate)
    
public static  voidvisitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config)
    


Constructor Detail
ConcurrentHashMapTestApp
public ConcurrentHashMapTestApp(String appId, ApplicationConfig cfg, ListenerProvider listenerProvider)(Code)




Method Detail
assertCollectionsEqual
void assertCollectionsEqual(Object[] expect, Collection collection)(Code)



assertCollectionsEqual
void assertCollectionsEqual(Collection expect, Collection collection)(Code)



assertMappingsEqual
void assertMappingsEqual(Object[] expect, Map map)(Code)



assertMappingsEqual
void assertMappingsEqual(Map expect, Map actual)(Code)



assertMappingsHashEqual
void assertMappingsHashEqual(Map expect, Map actual)(Code)



assertSingleHashMapping
void assertSingleHashMapping(Object expectedKey, Object expectedValue, Map map)(Code)



getTestObject
protected Object getTestObject(String test)(Code)



setupTestObject
protected void setupTestObject(String test)(Code)



testAllEntriesSnapshot
void testAllEntriesSnapshot(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testAllLocalEntriesSnapshot
void testAllLocalEntriesSnapshot(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testContains1
void testContains1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testContains2
void testContains2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetClear
void testEntrySetClear(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetContains1
void testEntrySetContains1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetContains2
void testEntrySetContains2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetContainsAll1
void testEntrySetContainsAll1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetContainsAll2
void testEntrySetContainsAll2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetIteratorRemove1
void testEntrySetIteratorRemove1(ConcurrentHashMap map, boolean validate)(Code)



testEntrySetIteratorRemove2
void testEntrySetIteratorRemove2(ConcurrentHashMap map, boolean validate)(Code)



testEntrySetRemove1
void testEntrySetRemove1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetRemove2
void testEntrySetRemove2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetRemoveAll1
void testEntrySetRemoveAll1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetRemoveAll2
void testEntrySetRemoveAll2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetRetainAll1
void testEntrySetRetainAll1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetRetainAll2
void testEntrySetRetainAll2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetSetValue1
void testEntrySetSetValue1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetSetValue2
void testEntrySetSetValue2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetSize1
void testEntrySetSize1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetSize2
void testEntrySetSize2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testEntrySetToArray1
void testEntrySetToArray1(ConcurrentHashMap map, boolean validate)(Code)



testEntrySetToArray2
void testEntrySetToArray2(ConcurrentHashMap map, boolean validate)(Code)



testHashRemove1
void testHashRemove1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashRemove2
void testHashRemove2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashRemove3
void testHashRemove3(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashReplace1
void testHashReplace1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashReplace2
void testHashReplace2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashReplaceIfValueEqual1
void testHashReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testHashReplaceIfValueEqual2
void testHashReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testKeySetClear1
void testKeySetClear1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetClear2
void testKeySetClear2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetContains1
void testKeySetContains1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetContains2
void testKeySetContains2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetContainsAll1
void testKeySetContainsAll1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetContainsAll2
void testKeySetContainsAll2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetIteratorRemove1
void testKeySetIteratorRemove1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetIteratorRemove2
void testKeySetIteratorRemove2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRemove1
void testKeySetRemove1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRemove2
void testKeySetRemove2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRemoveAll1
void testKeySetRemoveAll1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRemoveAll2
void testKeySetRemoveAll2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRetainAll1
void testKeySetRetainAll1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetRetainAll2
void testKeySetRetainAll2(ConcurrentHashMap map, boolean validate)(Code)



testKeySetToArray1
void testKeySetToArray1(ConcurrentHashMap map, boolean validate)(Code)



testKeySetToArray2
void testKeySetToArray2(ConcurrentHashMap map, boolean validate)(Code)



testPut1
void testPut1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPut2
void testPut2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPutAll1
void testPutAll1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPutAll2
void testPutAll2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPutIfAbsent
void testPutIfAbsent(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPutIfAbsent2
void testPutIfAbsent2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testPutWithClassKey
void testPutWithClassKey(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testRemove1
void testRemove1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testRemove2
void testRemove2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testRemove3
void testRemove3(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testRemoveLogical
void testRemoveLogical(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testReplace1
void testReplace1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testReplace2
void testReplace2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testReplaceIfValueEqual1
void testReplaceIfValueEqual1(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testReplaceIfValueEqual2
void testReplaceIfValueEqual2(ConcurrentHashMap map, boolean validate) throws Exception(Code)



testValuesClear1
void testValuesClear1(ConcurrentHashMap map, boolean validate)(Code)



testValuesClear2
void testValuesClear2(ConcurrentHashMap map, boolean validate)(Code)



testValuesContains1
void testValuesContains1(ConcurrentHashMap map, boolean validate)(Code)



testValuesContains2
void testValuesContains2(ConcurrentHashMap map, boolean validate)(Code)



testValuesContainsAll1
void testValuesContainsAll1(ConcurrentHashMap map, boolean validate)(Code)



testValuesContainsAll2
void testValuesContainsAll2(ConcurrentHashMap map, boolean validate)(Code)



testValuesIteratorRemove1
void testValuesIteratorRemove1(ConcurrentHashMap map, boolean validate)(Code)



testValuesIteratorRemove2
void testValuesIteratorRemove2(ConcurrentHashMap map, boolean validate)(Code)



testValuesRemove1
void testValuesRemove1(ConcurrentHashMap map, boolean validate)(Code)



testValuesRemove2
void testValuesRemove2(ConcurrentHashMap map, boolean validate)(Code)



testValuesRemoveAll1
void testValuesRemoveAll1(ConcurrentHashMap map, boolean validate)(Code)



testValuesRemoveAll2
void testValuesRemoveAll2(ConcurrentHashMap map, boolean validate)(Code)



testValuesRetainAll1
void testValuesRetainAll1(ConcurrentHashMap map, boolean validate)(Code)



testValuesRetainAll2
void testValuesRetainAll2(ConcurrentHashMap map, boolean validate)(Code)



testValuesToArray1
void testValuesToArray1(ConcurrentHashMap map, boolean validate)(Code)



testValuesToArray2
void testValuesToArray2(ConcurrentHashMap map, boolean validate)(Code)



visitL1DSOConfig
public static void visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config)(Code)



Fields inherited from com.tctest.GenericTestApp
final protected Map sharedMap(Code)(Java Doc)

Methods inherited from com.tctest.GenericTestApp
abstract protected Object getTestObject(String testName)(Code)(Java Doc)
protected boolean isMutator()(Code)(Java Doc)
public void runTest() throws Throwable(Code)(Java Doc)
abstract protected void setupTestObject(String testName)(Code)(Java Doc)
public static void visitL1DSOConfig(ConfigVisitor visitor, DSOClientConfigHelper config)(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.