org.apache.sling.commons.testing.util
Class TestStringUtil

java.lang.Object
  extended by org.apache.sling.commons.testing.util.TestStringUtil

public class TestStringUtil
extends Object

String utilities for testing


Constructor Summary
TestStringUtil()
           
 
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
 

Constructor Detail

TestStringUtil

public TestStringUtil()
Method Detail

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.