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

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

public class TestStringUtil
extends java.lang.Object

String utilities for testing


Constructor Summary
TestStringUtil()
           
 
Method Summary
static java.lang.String flatten(java.lang.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 java.lang.String flatten(java.lang.String str)
Replace \n with . in strings to make it easier to compare visually for testing



Copyright © 2007-2009. All Rights Reserved.