org.kuali.common.util
Class SimpleTest

java.lang.Object
  extended by org.kuali.common.util.SimpleTest

public class SimpleTest
extends Object


Constructor Summary
SimpleTest()
           
 
Method Summary
protected  int[] getCodePoints(char[] chars)
           
protected  String getHex(byte[] bytes)
           
protected  String getString(int[] codePoints)
           
protected  String rpad(String s, int padding)
           
 void testDefaultFileEncoding()
           
 void testEncoding()
           
 void testPropertyPlaceholderHelper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTest

public SimpleTest()
Method Detail

testPropertyPlaceholderHelper

public void testPropertyPlaceholderHelper()

testDefaultFileEncoding

public void testDefaultFileEncoding()

testEncoding

public void testEncoding()

getString

protected String getString(int[] codePoints)

getCodePoints

protected int[] getCodePoints(char[] chars)

getHex

protected String getHex(byte[] bytes)

rpad

protected String rpad(String s,
                      int padding)


Copyright © 2010-2012 The Kuali Foundation. All Rights Reserved.