Java Doc for StrBuilderTest.java in » Library » Apache-common-lang » org » apache » commons » lang » text » 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.text
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.commons.lang.text
.StrBuilderTest
StrBuilderTest
public
class StrBuilderTest extends TestCase
(Code)
Unit tests for
org.apache.commons.lang.text.StrBuilder
.
author:
Michael Heuer
version:
$Id: StrBuilderTest.java 469696 2006-10-31 23:00:54Z bayard $
Field Summary
final static
StrMatcher
A_NUMBER_MATCHER
Constructor Summary
public
StrBuilderTest
(
String
name)
Create a new test case with the specified name.
Method Summary
public
static void
main
(
String
[] args)
Main method.
public
static Test
suite
()
Return a new test suite containing this test case.
public
void
testAsReader
()
public
void
testAsTokenizer
()
public
void
testAsWriter
()
public
void
testCapacity
()
public
void
testCapacityAndLength
()
public
void
testChaining
()
public
void
testCharAt
()
public
void
testClear
()
public
void
testConstructors
()
public
void
testContains_StrMatcher
()
public
void
testContains_String
()
public
void
testContains_char
()
public
void
testDeleteAll_StrMatcher
()
public
void
testDeleteAll_String
()
public
void
testDeleteAll_char
()
public
void
testDeleteCharAt
()
public
void
testDeleteFirst_StrMatcher
()
public
void
testDeleteFirst_String
()
public
void
testDeleteFirst_char
()
public
void
testDeleteIntInt
()
public
void
testEndsWith
()
public
void
testEnsureCapacity
()
public
void
testEquals
()
public
void
testEqualsIgnoreCase
()
public
void
testGetChars
()
public
void
testGetCharsIntIntCharArrayInt
()
public
void
testGetSetNewLineText
()
public
void
testGetSetNullText
()
public
void
testHashCode
()
public
void
testIndexOfLang294
()
public
void
testIndexOf_StrMatcher
()
public
void
testIndexOf_StrMatcher_int
()
public
void
testIndexOf_String
()
public
void
testIndexOf_String_int
()
public
void
testIndexOf_char
()
public
void
testIndexOf_char_int
()
public
void
testIsEmpty
()
public
void
testLang294
()
public
void
testLang295
()
public
void
testLastIndexOf_StrMatcher
()
public
void
testLastIndexOf_StrMatcher_int
()
public
void
testLastIndexOf_String
()
public
void
testLastIndexOf_String_int
()
public
void
testLastIndexOf_char
()
public
void
testLastIndexOf_char_int
()
public
void
testLeftString
()
public
void
testLength
()
public
void
testMidString
()
public
void
testMinimizeCapacity
()
public
void
testReplaceAll_StrMatcher_String
()
public
void
testReplaceAll_String_String
()
public
void
testReplaceAll_char_char
()
public
void
testReplaceFirst_StrMatcher_String
()
public
void
testReplaceFirst_String_String
()
public
void
testReplaceFirst_char_char
()
public
void
testReplace_StrMatcher_String_int_int_int_VaryCount
()
public
void
testReplace_StrMatcher_String_int_int_int_VaryEndIndex
()
public
void
testReplace_StrMatcher_String_int_int_int_VaryMatcher
()
public
void
testReplace_StrMatcher_String_int_int_int_VaryReplace
()
public
void
testReplace_StrMatcher_String_int_int_int_VaryStartIndex
()
public
void
testReplace_int_int_String
()
public
void
testReverse
()
public
void
testRightString
()
public
void
testSetCharAt
()
public
void
testSetLength
()
public
void
testSize
()
public
void
testStartsWith
()
public
void
testSubstringInt
()
public
void
testSubstringIntInt
()
public
void
testToCharArray
()
public
void
testToCharArrayIntInt
()
public
void
testToString
()
public
void
testToStringBuffer
()
public
void
testTrim
()
Field Detail
A_NUMBER_MATCHER
final static
StrMatcher
A_NUMBER_MATCHER
(Code)
Constructor Detail
StrBuilderTest
public
StrBuilderTest(
String
name)
(Code)
Create a new test case with the specified name.
Parameters:
name - name
Method Detail
main
public
static void main(
String
[] args)
(Code)
Main method.
Parameters:
args - command line arguments, ignored
suite
public
static Test suite()
(Code)
Return a new test suite containing this test case. a new test suite containing this test case
testAsReader
public
void testAsReader() throws
Exception
(Code)
testAsTokenizer
public
void testAsTokenizer() throws
Exception
(Code)
testAsWriter
public
void testAsWriter() throws
Exception
(Code)
testCapacity
public
void testCapacity()
(Code)
testCapacityAndLength
public
void testCapacityAndLength()
(Code)
testChaining
public
void testChaining()
(Code)
testCharAt
public
void testCharAt()
(Code)
testClear
public
void testClear()
(Code)
testConstructors
public
void testConstructors()
(Code)
testContains_StrMatcher
public
void testContains_StrMatcher()
(Code)
testContains_String
public
void testContains_String()
(Code)
testContains_char
public
void testContains_char()
(Code)
testDeleteAll_StrMatcher
public
void testDeleteAll_StrMatcher()
(Code)
testDeleteAll_String
public
void testDeleteAll_String()
(Code)
testDeleteAll_char
public
void testDeleteAll_char()
(Code)
testDeleteCharAt
public
void testDeleteCharAt()
(Code)
testDeleteFirst_StrMatcher
public
void testDeleteFirst_StrMatcher()
(Code)
testDeleteFirst_String
public
void testDeleteFirst_String()
(Code)
testDeleteFirst_char
public
void testDeleteFirst_char()
(Code)
testDeleteIntInt
public
void testDeleteIntInt()
(Code)
testEndsWith
public
void testEndsWith()
(Code)
testEnsureCapacity
public
void testEnsureCapacity()
(Code)
testEquals
public
void testEquals()
(Code)
testEqualsIgnoreCase
public
void testEqualsIgnoreCase()
(Code)
testGetChars
public
void testGetChars()
(Code)
testGetCharsIntIntCharArrayInt
public
void testGetCharsIntIntCharArrayInt()
(Code)
testGetSetNewLineText
public
void testGetSetNewLineText()
(Code)
testGetSetNullText
public
void testGetSetNullText()
(Code)
testHashCode
public
void testHashCode()
(Code)
testIndexOfLang294
public
void testIndexOfLang294()
(Code)
testIndexOf_StrMatcher
public
void testIndexOf_StrMatcher()
(Code)
testIndexOf_StrMatcher_int
public
void testIndexOf_StrMatcher_int()
(Code)
testIndexOf_String
public
void testIndexOf_String()
(Code)
testIndexOf_String_int
public
void testIndexOf_String_int()
(Code)
testIndexOf_char
public
void testIndexOf_char()
(Code)
testIndexOf_char_int
public
void testIndexOf_char_int()
(Code)
testIsEmpty
public
void testIsEmpty()
(Code)
testLang294
public
void testLang294()
(Code)
testLang295
public
void testLang295()
(Code)
testLastIndexOf_StrMatcher
public
void testLastIndexOf_StrMatcher()
(Code)
testLastIndexOf_StrMatcher_int
public
void testLastIndexOf_StrMatcher_int()
(Code)
testLastIndexOf_String
public
void testLastIndexOf_String()
(Code)
testLastIndexOf_String_int
public
void testLastIndexOf_String_int()
(Code)
testLastIndexOf_char
public
void testLastIndexOf_char()
(Code)
testLastIndexOf_char_int
public
void testLastIndexOf_char_int()
(Code)
testLeftString
public
void testLeftString()
(Code)
testLength
public
void testLength()
(Code)
testMidString
public
void testMidString()
(Code)
testMinimizeCapacity
public
void testMinimizeCapacity()
(Code)
testReplaceAll_StrMatcher_String
public
void testReplaceAll_StrMatcher_String()
(Code)
testReplaceAll_String_String
public
void testReplaceAll_String_String()
(Code)
testReplaceAll_char_char
public
void testReplaceAll_char_char()
(Code)
testReplaceFirst_StrMatcher_String
public
void testReplaceFirst_StrMatcher_String()
(Code)
testReplaceFirst_String_String
public
void testReplaceFirst_String_String()
(Code)
testReplaceFirst_char_char
public
void testReplaceFirst_char_char()
(Code)
testReplace_StrMatcher_String_int_int_int_VaryCount
public
void testReplace_StrMatcher_String_int_int_int_VaryCount()
(Code)
testReplace_StrMatcher_String_int_int_int_VaryEndIndex
public
void testReplace_StrMatcher_String_int_int_int_VaryEndIndex()
(Code)
testReplace_StrMatcher_String_int_int_int_VaryMatcher
public
void testReplace_StrMatcher_String_int_int_int_VaryMatcher()
(Code)
testReplace_StrMatcher_String_int_int_int_VaryReplace
public
void testReplace_StrMatcher_String_int_int_int_VaryReplace()
(Code)
testReplace_StrMatcher_String_int_int_int_VaryStartIndex
public
void testReplace_StrMatcher_String_int_int_int_VaryStartIndex()
(Code)
testReplace_int_int_String
public
void testReplace_int_int_String()
(Code)
testReverse
public
void testReverse()
(Code)
testRightString
public
void testRightString()
(Code)
testSetCharAt
public
void testSetCharAt()
(Code)
testSetLength
public
void testSetLength()
(Code)
testSize
public
void testSize()
(Code)
testStartsWith
public
void testStartsWith()
(Code)
testSubstringInt
public
void testSubstringInt()
(Code)
testSubstringIntInt
public
void testSubstringIntInt()
(Code)
testToCharArray
public
void testToCharArray()
(Code)
testToCharArrayIntInt
public
void testToCharArrayIntInt()
(Code)
testToString
public
void testToString()
(Code)
testToStringBuffer
public
void testToStringBuffer()
(Code)
testTrim
public
void testTrim()
(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.