public class TextUtilsTest
extends TestCase
TextUtils
.Modifier and Type | Class and Description |
---|---|
protected static class |
TextUtilsTest.MockSpanned |
Constructor and Description |
---|
TextUtilsTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBasic() |
void |
testCharSequenceCreator() |
void |
testCharSequenceCreatorNull() |
void |
testCharSequenceCreatorSpannable() |
void |
testCharSequenceCreatorString() |
void |
testDelimitedStringContains() |
void |
testEllipsize() |
void |
testRemoveEmptySpans() |
void |
testRfc822FindToken() |
void |
testRfc822FindTokenWithError() |
void |
testRfc822TokenizeItemWithError() |
void |
testRfc822TokenizerFullAddress() |
void |
testStringSplitterEmpty() |
void |
testStringSplitterSimple() |
void |
testStringSplitterWithInternalEmptyString() |
void |
testStringSplitterWithLeadingEmptyString() |
void |
testStringSplitterWithTrailingEmptyString() |
void |
testTemplateSpan() |
void |
testTemplateString() |
void |
testTrim() |
public void testStringSplitterSimple()
public void testStringSplitterEmpty()
public void testStringSplitterWithLeadingEmptyString()
public void testStringSplitterWithInternalEmptyString()
public void testStringSplitterWithTrailingEmptyString()
public void testTrim()
public void testRfc822TokenizerFullAddress()
public void testRfc822TokenizeItemWithError()
public void testRfc822FindToken()
public void testRfc822FindTokenWithError()
public void testEllipsize()
public void testDelimitedStringContains()
public void testCharSequenceCreator()
public void testCharSequenceCreatorNull()
public void testCharSequenceCreatorSpannable()
public void testCharSequenceCreatorString()
public void testRemoveEmptySpans()