net.sourceforge.pmd.util
Class StringUtilTest
java.lang.Object
net.sourceforge.pmd.util.StringUtilTest
public class StringUtilTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringUtilTest
public StringUtilTest()
testReplaceWithOneChar
public void testReplaceWithOneChar()
testReplaceWithMultipleChars
public void testReplaceWithMultipleChars()
testReplaceStringWithString
public void testReplaceStringWithString()
testReplaceStringWithString2
public void testReplaceStringWithString2()
testReplaceWithNull
public void testReplaceWithNull()
testUTF8NotSupported
public void testUTF8NotSupported()
- Usually you would set the system property "net.sourceforge.pmd.supportUTF8" to either "no" or "yes", to
switch UTF8 support.
e.g.
System.setProperty("net.sourceforge.pmd.supportUTF8","yes");
testUTF8Supported
public void testUTF8Supported()
suite
public static junit.framework.Test suite()
Copyright © 2002–2015 InfoEther. All rights reserved.