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


org.apache.commons.lang.ArrayUtilsTest

ArrayUtilsTest
public class ArrayUtilsTest extends TestCase (Code)
Unit tests org.apache.commons.lang.ArrayUtils .
author:
   Stephen Colebourne
author:
   Moritz Petersen
author:
   Nikolay Metchev
author:
   Matthew Hawthorne
author:
   Tim O'Brien
author:
   Ashwin S
author:
   Fredrik Westermarck
author:
   Gary Gregory
author:
   Maarten Coene
version:
   $Id: ArrayUtilsTest.java 437554 2006-08-28 06:21:41Z bayard $



Constructor Summary
public  ArrayUtilsTest(String name)
    

Method Summary
public static  voidmain(String[] args)
    
protected  voidsetUp()
    
public static  Testsuite()
    
protected  voidtearDown()
    
public  voidtestClone()
    
public  voidtestCloneBoolean()
    
public  voidtestCloneByte()
    
public  voidtestCloneChar()
    
public  voidtestCloneDouble()
    
public  voidtestCloneFloat()
    
public  voidtestCloneInt()
    
public  voidtestCloneLong()
    
public  voidtestCloneShort()
    
public  voidtestConstructor()
    
public  voidtestContains()
    
public  voidtestContainsBoolean()
    
public  voidtestContainsByte()
    
public  voidtestContainsChar()
    
public  voidtestContainsDouble()
    
public  voidtestContainsDoubleTolerance()
    
public  voidtestContainsFloat()
    
public  voidtestContainsInt()
    
public  voidtestContainsLong()
    
public  voidtestContainsShort()
    
public  voidtestGetLength()
    
public  voidtestHashCode()
    
public  voidtestIndexOf()
    
public  voidtestIndexOfBoolean()
    
public  voidtestIndexOfBooleanWithStartIndex()
    
public  voidtestIndexOfByte()
    
public  voidtestIndexOfByteWithStartIndex()
    
public  voidtestIndexOfChar()
    
public  voidtestIndexOfCharWithStartIndex()
    
public  voidtestIndexOfDouble()
    
public  voidtestIndexOfDoubleTolerance()
    
public  voidtestIndexOfDoubleWithStartIndex()
    
public  voidtestIndexOfDoubleWithStartIndexTolerance()
    
public  voidtestIndexOfFloat()
    
public  voidtestIndexOfFloatWithStartIndex()
    
public  voidtestIndexOfInt()
    
public  voidtestIndexOfIntWithStartIndex()
    
public  voidtestIndexOfLong()
    
public  voidtestIndexOfLongWithStartIndex()
    
public  voidtestIndexOfShort()
    
public  voidtestIndexOfShortWithStartIndex()
    
public  voidtestIndexOfWithStartIndex()
    
public  voidtestIsEmptyObject()
     Test for ArrayUtils.isEmpty(java.lang.Object[]) .
public  voidtestIsEmptyPrimitives()
     Tests for ArrayUtils.isEmpty(long[]) , ArrayUtils.isEmpty(int[]) , ArrayUtils.isEmpty(short[]) , ArrayUtils.isEmpty(char[]) , ArrayUtils.isEmpty(byte[]) , ArrayUtils.isEmpty(double[]) , ArrayUtils.isEmpty(float[]) and ArrayUtils.isEmpty(boolean[]) .
public  voidtestIsEquals()
    
public  voidtestLastIndexOf()
    
public  voidtestLastIndexOfBoolean()
    
public  voidtestLastIndexOfBooleanWithStartIndex()
    
public  voidtestLastIndexOfByte()
    
public  voidtestLastIndexOfByteWithStartIndex()
    
public  voidtestLastIndexOfChar()
    
public  voidtestLastIndexOfCharWithStartIndex()
    
public  voidtestLastIndexOfDouble()
    
public  voidtestLastIndexOfDoubleTolerance()
    
public  voidtestLastIndexOfDoubleWithStartIndex()
    
public  voidtestLastIndexOfDoubleWithStartIndexTolerance()
    
public  voidtestLastIndexOfFloat()
    
public  voidtestLastIndexOfFloatWithStartIndex()
    
public  voidtestLastIndexOfInt()
    
public  voidtestLastIndexOfIntWithStartIndex()
    
public  voidtestLastIndexOfLong()
    
public  voidtestLastIndexOfLongWithStartIndex()
    
public  voidtestLastIndexOfShort()
    
public  voidtestLastIndexOfShortWithStartIndex()
    
public  voidtestLastIndexOfWithStartIndex()
    
public  voidtestReverse()
    
public  voidtestReverseBoolean()
    
public  voidtestReverseByte()
    
public  voidtestReverseChar()
    
public  voidtestReverseDouble()
    
public  voidtestReverseFloat()
    
public  voidtestReverseInt()
    
public  voidtestReverseLong()
    
public  voidtestReverseShort()
    
public  voidtestSameLength()
    
public  voidtestSameLengthBoolean()
    
public  voidtestSameLengthByte()
    
public  voidtestSameLengthChar()
    
public  voidtestSameLengthDouble()
    
public  voidtestSameLengthFloat()
    
public  voidtestSameLengthInt()
    
public  voidtestSameLengthLong()
    
public  voidtestSameLengthShort()
    
public  voidtestSameType()
    
public  voidtestSubarrChar()
    
public  voidtestSubarrayBoolean()
    
public  voidtestSubarrayByte()
    
public  voidtestSubarrayDouble()
    
public  voidtestSubarrayFloat()
    
public  voidtestSubarrayInt()
    
public  voidtestSubarrayLong()
    
public  voidtestSubarrayObject()
    
public  voidtestSubarrayShort()
    
public  voidtestToMap()
    
public  voidtestToObject_boolean()
    
public  voidtestToObject_byte()
    
public  voidtestToObject_char()
    
public  voidtestToObject_double()
    
public  voidtestToObject_float()
    
public  voidtestToObject_int()
    
public  voidtestToObject_long()
    
public  voidtestToObject_short()
    
public  voidtestToPrimitive_boolean()
    
public  voidtestToPrimitive_boolean_boolean()
    
public  voidtestToPrimitive_byte()
    
public  voidtestToPrimitive_byte_byte()
    
public  voidtestToPrimitive_char()
    
public  voidtestToPrimitive_char_char()
    
public  voidtestToPrimitive_double()
    
public  voidtestToPrimitive_double_double()
    
public  voidtestToPrimitive_float()
    
public  voidtestToPrimitive_float_float()
    
public  voidtestToPrimitive_int()
    
public  voidtestToPrimitive_intNull()
    
public  voidtestToPrimitive_int_int()
    
public  voidtestToPrimitive_long()
    
public  voidtestToPrimitive_long_long()
    
public  voidtestToPrimitive_short()
    
public  voidtestToPrimitive_short_short()
    
public  voidtestToString()
    


Constructor Detail
ArrayUtilsTest
public ArrayUtilsTest(String name)(Code)




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



setUp
protected void setUp() throws Exception(Code)



suite
public static Test suite()(Code)



tearDown
protected void tearDown() throws Exception(Code)



testClone
public void testClone()(Code)



testCloneBoolean
public void testCloneBoolean()(Code)



testCloneByte
public void testCloneByte()(Code)



testCloneChar
public void testCloneChar()(Code)



testCloneDouble
public void testCloneDouble()(Code)



testCloneFloat
public void testCloneFloat()(Code)



testCloneInt
public void testCloneInt()(Code)



testCloneLong
public void testCloneLong()(Code)



testCloneShort
public void testCloneShort()(Code)



testConstructor
public void testConstructor()(Code)



testContains
public void testContains()(Code)



testContainsBoolean
public void testContainsBoolean()(Code)



testContainsByte
public void testContainsByte()(Code)



testContainsChar
public void testContainsChar()(Code)



testContainsDouble
public void testContainsDouble()(Code)



testContainsDoubleTolerance
public void testContainsDoubleTolerance()(Code)



testContainsFloat
public void testContainsFloat()(Code)



testContainsInt
public void testContainsInt()(Code)



testContainsLong
public void testContainsLong()(Code)



testContainsShort
public void testContainsShort()(Code)



testGetLength
public void testGetLength()(Code)



testHashCode
public void testHashCode()(Code)



testIndexOf
public void testIndexOf()(Code)



testIndexOfBoolean
public void testIndexOfBoolean()(Code)



testIndexOfBooleanWithStartIndex
public void testIndexOfBooleanWithStartIndex()(Code)



testIndexOfByte
public void testIndexOfByte()(Code)



testIndexOfByteWithStartIndex
public void testIndexOfByteWithStartIndex()(Code)



testIndexOfChar
public void testIndexOfChar()(Code)



testIndexOfCharWithStartIndex
public void testIndexOfCharWithStartIndex()(Code)



testIndexOfDouble
public void testIndexOfDouble()(Code)



testIndexOfDoubleTolerance
public void testIndexOfDoubleTolerance()(Code)



testIndexOfDoubleWithStartIndex
public void testIndexOfDoubleWithStartIndex()(Code)



testIndexOfDoubleWithStartIndexTolerance
public void testIndexOfDoubleWithStartIndexTolerance()(Code)



testIndexOfFloat
public void testIndexOfFloat()(Code)



testIndexOfFloatWithStartIndex
public void testIndexOfFloatWithStartIndex()(Code)



testIndexOfInt
public void testIndexOfInt()(Code)



testIndexOfIntWithStartIndex
public void testIndexOfIntWithStartIndex()(Code)



testIndexOfLong
public void testIndexOfLong()(Code)



testIndexOfLongWithStartIndex
public void testIndexOfLongWithStartIndex()(Code)



testIndexOfShort
public void testIndexOfShort()(Code)



testIndexOfShortWithStartIndex
public void testIndexOfShortWithStartIndex()(Code)



testIndexOfWithStartIndex
public void testIndexOfWithStartIndex()(Code)



testIsEmptyObject
public void testIsEmptyObject()(Code)
Test for ArrayUtils.isEmpty(java.lang.Object[]) .



testIsEmptyPrimitives
public void testIsEmptyPrimitives()(Code)
Tests for ArrayUtils.isEmpty(long[]) , ArrayUtils.isEmpty(int[]) , ArrayUtils.isEmpty(short[]) , ArrayUtils.isEmpty(char[]) , ArrayUtils.isEmpty(byte[]) , ArrayUtils.isEmpty(double[]) , ArrayUtils.isEmpty(float[]) and ArrayUtils.isEmpty(boolean[]) .



testIsEquals
public void testIsEquals()(Code)



testLastIndexOf
public void testLastIndexOf()(Code)



testLastIndexOfBoolean
public void testLastIndexOfBoolean()(Code)



testLastIndexOfBooleanWithStartIndex
public void testLastIndexOfBooleanWithStartIndex()(Code)



testLastIndexOfByte
public void testLastIndexOfByte()(Code)



testLastIndexOfByteWithStartIndex
public void testLastIndexOfByteWithStartIndex()(Code)



testLastIndexOfChar
public void testLastIndexOfChar()(Code)



testLastIndexOfCharWithStartIndex
public void testLastIndexOfCharWithStartIndex()(Code)



testLastIndexOfDouble
public void testLastIndexOfDouble()(Code)



testLastIndexOfDoubleTolerance
public void testLastIndexOfDoubleTolerance()(Code)



testLastIndexOfDoubleWithStartIndex
public void testLastIndexOfDoubleWithStartIndex()(Code)



testLastIndexOfDoubleWithStartIndexTolerance
public void testLastIndexOfDoubleWithStartIndexTolerance()(Code)



testLastIndexOfFloat
public void testLastIndexOfFloat()(Code)



testLastIndexOfFloatWithStartIndex
public void testLastIndexOfFloatWithStartIndex()(Code)



testLastIndexOfInt
public void testLastIndexOfInt()(Code)



testLastIndexOfIntWithStartIndex
public void testLastIndexOfIntWithStartIndex()(Code)



testLastIndexOfLong
public void testLastIndexOfLong()(Code)



testLastIndexOfLongWithStartIndex
public void testLastIndexOfLongWithStartIndex()(Code)



testLastIndexOfShort
public void testLastIndexOfShort()(Code)



testLastIndexOfShortWithStartIndex
public void testLastIndexOfShortWithStartIndex()(Code)



testLastIndexOfWithStartIndex
public void testLastIndexOfWithStartIndex()(Code)



testReverse
public void testReverse()(Code)



testReverseBoolean
public void testReverseBoolean()(Code)



testReverseByte
public void testReverseByte()(Code)



testReverseChar
public void testReverseChar()(Code)



testReverseDouble
public void testReverseDouble()(Code)



testReverseFloat
public void testReverseFloat()(Code)



testReverseInt
public void testReverseInt()(Code)



testReverseLong
public void testReverseLong()(Code)



testReverseShort
public void testReverseShort()(Code)



testSameLength
public void testSameLength()(Code)



testSameLengthBoolean
public void testSameLengthBoolean()(Code)



testSameLengthByte
public void testSameLengthByte()(Code)



testSameLengthChar
public void testSameLengthChar()(Code)



testSameLengthDouble
public void testSameLengthDouble()(Code)



testSameLengthFloat
public void testSameLengthFloat()(Code)



testSameLengthInt
public void testSameLengthInt()(Code)



testSameLengthLong
public void testSameLengthLong()(Code)



testSameLengthShort
public void testSameLengthShort()(Code)



testSameType
public void testSameType()(Code)



testSubarrChar
public void testSubarrChar()(Code)



testSubarrayBoolean
public void testSubarrayBoolean()(Code)



testSubarrayByte
public void testSubarrayByte()(Code)



testSubarrayDouble
public void testSubarrayDouble()(Code)



testSubarrayFloat
public void testSubarrayFloat()(Code)



testSubarrayInt
public void testSubarrayInt()(Code)



testSubarrayLong
public void testSubarrayLong()(Code)



testSubarrayObject
public void testSubarrayObject()(Code)



testSubarrayShort
public void testSubarrayShort()(Code)



testToMap
public void testToMap()(Code)



testToObject_boolean
public void testToObject_boolean()(Code)



testToObject_byte
public void testToObject_byte()(Code)



testToObject_char
public void testToObject_char()(Code)



testToObject_double
public void testToObject_double()(Code)



testToObject_float
public void testToObject_float()(Code)



testToObject_int
public void testToObject_int()(Code)



testToObject_long
public void testToObject_long()(Code)



testToObject_short
public void testToObject_short()(Code)



testToPrimitive_boolean
public void testToPrimitive_boolean()(Code)



testToPrimitive_boolean_boolean
public void testToPrimitive_boolean_boolean()(Code)



testToPrimitive_byte
public void testToPrimitive_byte()(Code)



testToPrimitive_byte_byte
public void testToPrimitive_byte_byte()(Code)



testToPrimitive_char
public void testToPrimitive_char()(Code)



testToPrimitive_char_char
public void testToPrimitive_char_char()(Code)



testToPrimitive_double
public void testToPrimitive_double()(Code)



testToPrimitive_double_double
public void testToPrimitive_double_double()(Code)



testToPrimitive_float
public void testToPrimitive_float()(Code)



testToPrimitive_float_float
public void testToPrimitive_float_float()(Code)



testToPrimitive_int
public void testToPrimitive_int()(Code)



testToPrimitive_intNull
public void testToPrimitive_intNull()(Code)



testToPrimitive_int_int
public void testToPrimitive_int_int()(Code)



testToPrimitive_long
public void testToPrimitive_long()(Code)



testToPrimitive_long_long
public void testToPrimitive_long_long()(Code)



testToPrimitive_short
public void testToPrimitive_short()(Code)



testToPrimitive_short_short
public void testToPrimitive_short_short()(Code)



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