public class StringUtilTest extends Object
Constructor and Description |
---|
StringUtilTest() |
Modifier and Type | Method and Description |
---|---|
static junit.framework.Test |
suite() |
void |
testReplaceStringWithString() |
void |
testReplaceStringWithString2() |
void |
testReplaceWithMultipleChars() |
void |
testReplaceWithNull() |
void |
testReplaceWithOneChar() |
void |
testUTF8NotSupported()
Usually you would set the system property "net.sourceforge.pmd.supportUTF8" to either "no" or "yes", to
switch UTF8 support.
|
void |
testUTF8Supported() |
public void testReplaceWithOneChar()
public void testReplaceWithMultipleChars()
public void testReplaceStringWithString()
public void testReplaceStringWithString2()
public void testReplaceWithNull()
public void testUTF8NotSupported()
System.setProperty("net.sourceforge.pmd.supportUTF8","yes");
public void testUTF8Supported()
public static junit.framework.Test suite()
Copyright © 2002–2014 InfoEther. All rights reserved.