org.apache.sling.commons.testing.util
Class TestStringUtil
java.lang.Object
org.apache.sling.commons.testing.util.TestStringUtil
public class TestStringUtil
- extends Object
String utilities for testing
Method Summary |
static String |
flatten(String str)
Replace \n with . in strings to make it easier to compare visually for testing |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestStringUtil
public TestStringUtil()
flatten
public static String flatten(String str)
- Replace \n with . in strings to make it easier to compare visually for testing
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.