Java Doc for TestCollectionUtils.java in  » Library » Apache-common-Collections » org » apache » commons » collections » 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 » Library » Apache common Collections » org.apache.commons.collections 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.commons.collections.TestCollectionUtils

TestCollectionUtils
public class TestCollectionUtils extends TestCase (Code)
Tests for CollectionUtils.
author:
   Rodney Waldhoff
author:
   Matthew Hawthorne
author:
   Stephen Colebourne
author:
   Phil Steitz
author:
   Steven Melzer
author:
   Neil O'Toole
author:
   Stephen Smith
version:
   $Revision: 230513 $ $Date: 2005-08-06 00:07:00 +0100 (Sat, 06 Aug 2005) $


Field Summary
 TransformerTRANSFORM_TO_INTEGER
    

Constructor Summary
public  TestCollectionUtils(String testName)
    

Method Summary
public  BulkTestbulkTestTypedCollection()
    
public static  voidmain(String args)
    
public  voidsetUp()
    
public static  Testsuite()
    
public  voidtestAddIgnoreNull()
    
public  voidtestCardinality()
    
public  voidtestCardinalityOfNull()
    
public  voidtestCollect()
    
public  voidtestContainsAny()
    
public  voidtestCountMatches()
    
public  voidtestDisjunction()
    
public  voidtestDisjunctionAsSymmetricDifference()
    
public  voidtestDisjunctionAsUnionMinusIntersection()
    
public  voidtestExists()
    
public  voidtestFilter()
    
public  voidtestFind()
    
public  voidtestForAllDo()
    
public  voidtestGet()
    
public  voidtestGetCardinalityMap()
    
public  voidtestIndex()
    
public  voidtestIntersection()
    
public  voidtestIntersectionUsesMethodEquals()
    
public  voidtestIsEmptyWithEmptyCollection()
    
public  voidtestIsEmptyWithNonEmptyCollection()
    
public  voidtestIsEmptyWithNull()
    
public  voidtestIsEqualCollection()
    
public  voidtestIsEqualCollection2()
    
public  voidtestIsEqualCollectionToSelf()
    
public  voidtestIsFull()
    
public  voidtestIsNotEmptyWithEmptyCollection()
    
public  voidtestIsNotEmptyWithNonEmptyCollection()
    
public  voidtestIsNotEmptyWithNull()
    
public  voidtestIsProperSubCollection()
    
public  voidtestIsSubCollection()
    
public  voidtestIsSubCollection2()
    
public  voidtestIsSubCollectionOfSelf()
    
public  voidtestMaxSize()
    
public  voidtestPredicatedCollection()
    
public  voidtestSelect()
    
public  voidtestSelectRejected()
    
public  voidtestSizeIsEmpty_Array()
    
public  voidtestSizeIsEmpty_Enumeration()
    
public  voidtestSizeIsEmpty_Iterator()
    
public  voidtestSizeIsEmpty_List()
    
public  voidtestSizeIsEmpty_Map()
    
public  voidtestSizeIsEmpty_Other()
    
public  voidtestSizeIsEmpty_PrimitiveArray()
    
public  voidtestSize_Array()
    
public  voidtestSize_Enumeration()
    
public  voidtestSize_Iterator()
    
public  voidtestSize_List()
    
public  voidtestSize_Map()
    
public  voidtestSize_Other()
    
public  voidtestSize_PrimitiveArray()
    
public  voidtestSubtract()
    
public  voidtestSynchronizedCollection()
    
public  voidtestTransform1()
    
public  voidtestTransform2()
    
public  voidtestTransformedCollection()
    
public  voidtestTransformedCollection_2()
    
public  voidtestUnion()
    
public  voidtestUnmodifiableCollection()
    

Field Detail
TRANSFORM_TO_INTEGER
Transformer TRANSFORM_TO_INTEGER(Code)




Constructor Detail
TestCollectionUtils
public TestCollectionUtils(String testName)(Code)




Method Detail
bulkTestTypedCollection
public BulkTest bulkTestTypedCollection()(Code)



main
public static void main(String args)(Code)



setUp
public void setUp()(Code)



suite
public static Test suite()(Code)



testAddIgnoreNull
public void testAddIgnoreNull()(Code)



testCardinality
public void testCardinality()(Code)



testCardinalityOfNull
public void testCardinalityOfNull()(Code)



testCollect
public void testCollect()(Code)



testContainsAny
public void testContainsAny()(Code)



testCountMatches
public void testCountMatches()(Code)



testDisjunction
public void testDisjunction()(Code)



testDisjunctionAsSymmetricDifference
public void testDisjunctionAsSymmetricDifference()(Code)



testDisjunctionAsUnionMinusIntersection
public void testDisjunctionAsUnionMinusIntersection()(Code)



testExists
public void testExists()(Code)



testFilter
public void testFilter()(Code)



testFind
public void testFind()(Code)



testForAllDo
public void testForAllDo()(Code)



testGet
public void testGet()(Code)



testGetCardinalityMap
public void testGetCardinalityMap()(Code)



testIndex
public void testIndex()(Code)



testIntersection
public void testIntersection()(Code)



testIntersectionUsesMethodEquals
public void testIntersectionUsesMethodEquals()(Code)



testIsEmptyWithEmptyCollection
public void testIsEmptyWithEmptyCollection()(Code)



testIsEmptyWithNonEmptyCollection
public void testIsEmptyWithNonEmptyCollection()(Code)



testIsEmptyWithNull
public void testIsEmptyWithNull()(Code)



testIsEqualCollection
public void testIsEqualCollection()(Code)



testIsEqualCollection2
public void testIsEqualCollection2()(Code)



testIsEqualCollectionToSelf
public void testIsEqualCollectionToSelf()(Code)



testIsFull
public void testIsFull()(Code)



testIsNotEmptyWithEmptyCollection
public void testIsNotEmptyWithEmptyCollection()(Code)



testIsNotEmptyWithNonEmptyCollection
public void testIsNotEmptyWithNonEmptyCollection()(Code)



testIsNotEmptyWithNull
public void testIsNotEmptyWithNull()(Code)



testIsProperSubCollection
public void testIsProperSubCollection()(Code)



testIsSubCollection
public void testIsSubCollection()(Code)



testIsSubCollection2
public void testIsSubCollection2()(Code)



testIsSubCollectionOfSelf
public void testIsSubCollectionOfSelf()(Code)



testMaxSize
public void testMaxSize()(Code)



testPredicatedCollection
public void testPredicatedCollection()(Code)



testSelect
public void testSelect()(Code)



testSelectRejected
public void testSelectRejected()(Code)



testSizeIsEmpty_Array
public void testSizeIsEmpty_Array()(Code)



testSizeIsEmpty_Enumeration
public void testSizeIsEmpty_Enumeration()(Code)



testSizeIsEmpty_Iterator
public void testSizeIsEmpty_Iterator()(Code)



testSizeIsEmpty_List
public void testSizeIsEmpty_List()(Code)



testSizeIsEmpty_Map
public void testSizeIsEmpty_Map()(Code)



testSizeIsEmpty_Other
public void testSizeIsEmpty_Other()(Code)



testSizeIsEmpty_PrimitiveArray
public void testSizeIsEmpty_PrimitiveArray()(Code)



testSize_Array
public void testSize_Array()(Code)



testSize_Enumeration
public void testSize_Enumeration()(Code)



testSize_Iterator
public void testSize_Iterator()(Code)



testSize_List
public void testSize_List()(Code)



testSize_Map
public void testSize_Map()(Code)



testSize_Other
public void testSize_Other()(Code)



testSize_PrimitiveArray
public void testSize_PrimitiveArray()(Code)



testSubtract
public void testSubtract()(Code)



testSynchronizedCollection
public void testSynchronizedCollection()(Code)



testTransform1
public void testTransform1()(Code)



testTransform2
public void testTransform2()(Code)



testTransformedCollection
public void testTransformedCollection()(Code)



testTransformedCollection_2
public void testTransformedCollection_2()(Code)



testUnion
public void testUnion()(Code)



testUnmodifiableCollection
public void testUnmodifiableCollection()(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.