Java Doc for ListMapTest.java in  » J2EE » Jaffa » org » jaffa » util » 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 » J2EE » Jaffa » org.jaffa.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jaffa.util.ListMapTest

ListMapTest
public class ListMapTest extends TestCase (Code)



Constructor Summary
public  ListMapTest(java.lang.String testName)
    

Method Summary
public static  voidmain(java.lang.String[] args)
    
public  voidsetUp()
    
public static  Testsuite()
    
public  voidtearDown()
    
public  voidtestClear()
     Test of clear method, of class org.jaffa.util.ListMap.
public  voidtestContainsKey()
     Test of containsKey method, of class org.jaffa.util.ListMap.
public  voidtestContainsKey1()
    
public  voidtestContainsValue()
     Test of containsValue method, of class org.jaffa.util.ListMap.
public  voidtestEntrySet()
     Test of entrySet method, of class org.jaffa.util.ListMap.
public  voidtestEntrySet1()
    
public  voidtestEntrySet2()
    
public  voidtestEntrySet3()
    
public  voidtestEquals()
     Test of equals method, of class org.jaffa.util.ListMap.
public  voidtestEquals1()
    
public  voidtestGet()
     Test of get method, of class org.jaffa.util.ListMap.
public  voidtestGet1()
    
public  voidtestHashCode()
     Test of hashCode method, of class org.jaffa.util.ListMap.
public  voidtestHashCode1()
    
public  voidtestIsEmpty()
     Test of isEmpty method, of class org.jaffa.util.ListMap.
public  voidtestIsEmpty1()
    
public  voidtestIsEmpty2()
    
public  voidtestKeySet()
     Test of keySet method, of class org.jaffa.util.ListMap.
public  voidtestKeySet1()
     Test of keySet method, of class org.jaffa.util.ListMap.
public  voidtestKeySet2()
     Test of keySet method, of class org.jaffa.util.ListMap.
public  voidtestKeySet3()
     Test of keySet method, of class org.jaffa.util.ListMap.
public  voidtestKeySet4()
     Test of keySet method, of class org.jaffa.util.ListMap.
public  voidtestPut()
     Test of put method, of class org.jaffa.util.ListMap.
public  voidtestPutAll()
     Test of putAll method, of class org.jaffa.util.ListMap.
public  voidtestPutAndSubstitute()
    
public  voidtestPutAndSubstitute1()
    
public  voidtestRemove()
     Test of remove method, of class org.jaffa.util.ListMap.
public  voidtestRemove1()
    
public  voidtestRemove2()
    
public  voidtestRemove3()
    
public  voidtestRemove4()
    
public  voidtestRemove5()
    
public  voidtestRemove6()
    
public  voidtestRemove7()
    
public  voidtestSize()
     Test of size method, of class org.jaffa.util.ListMap.
public  voidtestValues()
    
public  voidtestValues1()
    
public  voidtestValues2()
    
public  voidtestValues3()
    
public  voidtestValues4()
    
public  voidtestValues5()
    


Constructor Detail
ListMapTest
public ListMapTest(java.lang.String testName)(Code)




Method Detail
main
public static void main(java.lang.String[] args)(Code)



setUp
public void setUp()(Code)



suite
public static Test suite()(Code)



tearDown
public void tearDown()(Code)



testClear
public void testClear()(Code)
Test of clear method, of class org.jaffa.util.ListMap.



testContainsKey
public void testContainsKey()(Code)
Test of containsKey method, of class org.jaffa.util.ListMap.



testContainsKey1
public void testContainsKey1()(Code)



testContainsValue
public void testContainsValue()(Code)
Test of containsValue method, of class org.jaffa.util.ListMap.



testEntrySet
public void testEntrySet()(Code)
Test of entrySet method, of class org.jaffa.util.ListMap.



testEntrySet1
public void testEntrySet1()(Code)



testEntrySet2
public void testEntrySet2()(Code)



testEntrySet3
public void testEntrySet3()(Code)



testEquals
public void testEquals()(Code)
Test of equals method, of class org.jaffa.util.ListMap.



testEquals1
public void testEquals1()(Code)



testGet
public void testGet()(Code)
Test of get method, of class org.jaffa.util.ListMap.



testGet1
public void testGet1()(Code)



testHashCode
public void testHashCode()(Code)
Test of hashCode method, of class org.jaffa.util.ListMap.



testHashCode1
public void testHashCode1()(Code)



testIsEmpty
public void testIsEmpty()(Code)
Test of isEmpty method, of class org.jaffa.util.ListMap.



testIsEmpty1
public void testIsEmpty1()(Code)



testIsEmpty2
public void testIsEmpty2()(Code)



testKeySet
public void testKeySet()(Code)
Test of keySet method, of class org.jaffa.util.ListMap.



testKeySet1
public void testKeySet1()(Code)
Test of keySet method, of class org.jaffa.util.ListMap.



testKeySet2
public void testKeySet2()(Code)
Test of keySet method, of class org.jaffa.util.ListMap. Check if changes to the keySet affect the underlying ListMap



testKeySet3
public void testKeySet3()(Code)
Test of keySet method, of class org.jaffa.util.ListMap. Check if changes to the keySet affect the underlying ListMap



testKeySet4
public void testKeySet4()(Code)
Test of keySet method, of class org.jaffa.util.ListMap. Create a ListMap & add elemenst in a particular order Make sure the collection returns values in the same order



testPut
public void testPut()(Code)
Test of put method, of class org.jaffa.util.ListMap.



testPutAll
public void testPutAll()(Code)
Test of putAll method, of class org.jaffa.util.ListMap.



testPutAndSubstitute
public void testPutAndSubstitute()(Code)
Test of put method, of class org.jaffa.util.ListMap for substitution



testPutAndSubstitute1
public void testPutAndSubstitute1()(Code)
Test of put method, of class org.jaffa.util.ListMap for substitution



testRemove
public void testRemove()(Code)
Test of remove method, of class org.jaffa.util.ListMap.



testRemove1
public void testRemove1()(Code)
Test of remove method, of class org.jaffa.util.ListMap, making sure that the removed object is returned



testRemove2
public void testRemove2()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the keySet()



testRemove3
public void testRemove3()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the keySet().Iterator()



testRemove4
public void testRemove4()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the entrySet()



testRemove5
public void testRemove5()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the entrySet().Iterator()



testRemove6
public void testRemove6()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the values()



testRemove7
public void testRemove7()(Code)
Test of remove method, of class org.jaffa.util.ListMap from the values().Iterator()



testSize
public void testSize()(Code)
Test of size method, of class org.jaffa.util.ListMap.



testValues
public void testValues()(Code)



testValues1
public void testValues1()(Code)



testValues2
public void testValues2()(Code)



testValues3
public void testValues3()(Code)



testValues4
public void testValues4()(Code)



testValues5
public void testValues5()(Code)



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