Java Doc for String2Test.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » luni » tests » java » 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 » Apache Harmony Java SE » org package » org.apache.harmony.luni.tests.java.lang 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.harmony.luni.tests.java.lang.String2Test

String2Test
public class String2Test extends junit.framework.TestCase (Code)


Field Summary
 char[]buf
    
 Stringcomp11
    
 Stringhello1
    
 Stringhw1
    
 Stringhw2
    
 Stringhwlc
    
 Stringhwuc
    
 Objectobj
    
 char[]rbuf
    
 Stringworld1
    


Method Summary
public  voidtest_Constructor()
    
public  voidtest_Constructor$B()
    
public  voidtest_Constructor$BI()
    
public  voidtest_Constructor$BII()
    
public  voidtest_Constructor$BIII()
    
public  voidtest_Constructor$BIILjava_lang_String()
    
public  voidtest_Constructor$BLjava_lang_String()
    
public  voidtest_Constructor$C()
    
public  voidtest_Constructor$CII()
    
public  voidtest_Constructor$III()
    
public  voidtest_ConstructorLjava_lang_String()
    
public  voidtest_ConstructorLjava_lang_StringBuffer()
    
public  voidtest_charAtI()
    
public  voidtest_compareToIgnoreCaseLjava_lang_String()
    
public  voidtest_compareToLjava_lang_String()
    
public  voidtest_concatLjava_lang_String()
    
public  voidtest_contentEqualsLjava_lang_CharSequence()
    
public  voidtest_copyValueOf$C()
    
public  voidtest_copyValueOf$CII()
    
public  voidtest_endsWithLjava_lang_String()
    
public  voidtest_equalsIgnoreCaseLjava_lang_String()
    
public  voidtest_equalsLjava_lang_Object()
    
public  voidtest_format()
    
public  voidtest_getBytes()
    
public  voidtest_getBytesII$BI()
    
public  voidtest_getBytesLjava_lang_String()
    
public  voidtest_getCharsII$CI()
    
public  voidtest_hashCode()
    
public  voidtest_indexOfI()
    
public  voidtest_indexOfII()
    
public  voidtest_indexOfLjava_lang_String()
    
public  voidtest_indexOfLjava_lang_StringI()
    
public  voidtest_intern()
    
public  voidtest_lastIndexOfI()
    
public  voidtest_lastIndexOfII()
    
public  voidtest_lastIndexOfLjava_lang_String()
    
public  voidtest_lastIndexOfLjava_lang_StringI()
    
public  voidtest_length()
    
public  voidtest_regionMatchesILjava_lang_StringII()
    
public  voidtest_regionMatchesZILjava_lang_StringII()
    
public  voidtest_replaceCC()
    
public  voidtest_replaceLjava_langCharSequenceLjava_langCharSequence()
    
public  voidtest_startsWithLjava_lang_String()
    
public  voidtest_startsWithLjava_lang_StringI()
    
public  voidtest_substringI()
    
public  voidtest_substringII()
    
public  voidtest_toCharArray()
    
public  voidtest_toLowerCase()
    
public  voidtest_toLowerCaseLjava_util_Locale()
    
public  voidtest_toString()
    
public  voidtest_toUpperCase()
    
public  voidtest_toUpperCaseLjava_util_Locale()
    
public  voidtest_toUpperCaseLjava_util_Locale_subtest0()
    
public  voidtest_trim()
    
public  voidtest_valueOf$C()
    
public  voidtest_valueOf$CII()
    
public  voidtest_valueOfC()
    
public  voidtest_valueOfD()
    
public  voidtest_valueOfF()
    
public  voidtest_valueOfI()
    
public  voidtest_valueOfJ()
    
public  voidtest_valueOfLjava_lang_Object()
    
public  voidtest_valueOfZ()
    

Field Detail
buf
char[] buf(Code)



comp11
String comp11(Code)



hello1
String hello1(Code)



hw1
String hw1(Code)



hw2
String hw2(Code)



hwlc
String hwlc(Code)



hwuc
String hwuc(Code)



obj
Object obj(Code)



rbuf
char[] rbuf(Code)



world1
String world1(Code)





Method Detail
test_Constructor
public void test_Constructor()(Code)



test_Constructor$B
public void test_Constructor$B()(Code)



test_Constructor$BI
public void test_Constructor$BI()(Code)



test_Constructor$BII
public void test_Constructor$BII()(Code)



test_Constructor$BIII
public void test_Constructor$BIII()(Code)



test_Constructor$BIILjava_lang_String
public void test_Constructor$BIILjava_lang_String() throws Exception(Code)



test_Constructor$BLjava_lang_String
public void test_Constructor$BLjava_lang_String() throws Exception(Code)



test_Constructor$C
public void test_Constructor$C()(Code)



test_Constructor$CII
public void test_Constructor$CII()(Code)



test_Constructor$III
public void test_Constructor$III()(Code)



test_ConstructorLjava_lang_String
public void test_ConstructorLjava_lang_String()(Code)



test_ConstructorLjava_lang_StringBuffer
public void test_ConstructorLjava_lang_StringBuffer()(Code)



test_charAtI
public void test_charAtI()(Code)



test_compareToIgnoreCaseLjava_lang_String
public void test_compareToIgnoreCaseLjava_lang_String()(Code)



test_compareToLjava_lang_String
public void test_compareToLjava_lang_String()(Code)



test_concatLjava_lang_String
public void test_concatLjava_lang_String()(Code)



test_contentEqualsLjava_lang_CharSequence
public void test_contentEqualsLjava_lang_CharSequence()(Code)



test_copyValueOf$C
public void test_copyValueOf$C()(Code)



test_copyValueOf$CII
public void test_copyValueOf$CII()(Code)



test_endsWithLjava_lang_String
public void test_endsWithLjava_lang_String()(Code)



test_equalsIgnoreCaseLjava_lang_String
public void test_equalsIgnoreCaseLjava_lang_String()(Code)



test_equalsLjava_lang_Object
public void test_equalsLjava_lang_Object()(Code)



test_format
public void test_format()(Code)



test_getBytes
public void test_getBytes()(Code)



test_getBytesII$BI
public void test_getBytesII$BI()(Code)



test_getBytesLjava_lang_String
public void test_getBytesLjava_lang_String() throws Exception(Code)



test_getCharsII$CI
public void test_getCharsII$CI()(Code)



test_hashCode
public void test_hashCode()(Code)



test_indexOfI
public void test_indexOfI()(Code)



test_indexOfII
public void test_indexOfII()(Code)



test_indexOfLjava_lang_String
public void test_indexOfLjava_lang_String()(Code)



test_indexOfLjava_lang_StringI
public void test_indexOfLjava_lang_StringI()(Code)



test_intern
public void test_intern()(Code)



test_lastIndexOfI
public void test_lastIndexOfI()(Code)



test_lastIndexOfII
public void test_lastIndexOfII()(Code)



test_lastIndexOfLjava_lang_String
public void test_lastIndexOfLjava_lang_String()(Code)



test_lastIndexOfLjava_lang_StringI
public void test_lastIndexOfLjava_lang_StringI()(Code)



test_length
public void test_length()(Code)



test_regionMatchesILjava_lang_StringII
public void test_regionMatchesILjava_lang_StringII()(Code)



test_regionMatchesZILjava_lang_StringII
public void test_regionMatchesZILjava_lang_StringII()(Code)



test_replaceCC
public void test_replaceCC()(Code)



test_replaceLjava_langCharSequenceLjava_langCharSequence
public void test_replaceLjava_langCharSequenceLjava_langCharSequence()(Code)



test_startsWithLjava_lang_String
public void test_startsWithLjava_lang_String()(Code)



test_startsWithLjava_lang_StringI
public void test_startsWithLjava_lang_StringI()(Code)



test_substringI
public void test_substringI()(Code)



test_substringII
public void test_substringII()(Code)



test_toCharArray
public void test_toCharArray()(Code)



test_toLowerCase
public void test_toLowerCase()(Code)



test_toLowerCaseLjava_util_Locale
public void test_toLowerCaseLjava_util_Locale()(Code)



test_toString
public void test_toString()(Code)



test_toUpperCase
public void test_toUpperCase()(Code)



test_toUpperCaseLjava_util_Locale
public void test_toUpperCaseLjava_util_Locale()(Code)



test_toUpperCaseLjava_util_Locale_subtest0
public void test_toUpperCaseLjava_util_Locale_subtest0()(Code)



test_trim
public void test_trim()(Code)



test_valueOf$C
public void test_valueOf$C()(Code)



test_valueOf$CII
public void test_valueOf$CII()(Code)



test_valueOfC
public void test_valueOfC()(Code)



test_valueOfD
public void test_valueOfD()(Code)



test_valueOfF
public void test_valueOfF()(Code)



test_valueOfI
public void test_valueOfI()(Code)



test_valueOfJ
public void test_valueOfJ()(Code)



test_valueOfLjava_lang_Object
public void test_valueOfLjava_lang_Object()(Code)



test_valueOfZ
public void test_valueOfZ()(Code)



ww___w___.jav___a___2_s.___c__o_m___ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.