org.japano.util
Class Util.TEST

java.lang.Object
  extended by org.japano.util.Util.TEST
Enclosing class:
Util

public static class Util.TEST
extends java.lang.Object

Test methods for Util


Constructor Summary
Util.TEST()
           
 
Method Summary
static void testAbsoluteUrl()
           
static void testAsMap()
           
static void testCreateRandom()
           
static void testHTMLEncode()
           
static void testReplace()
           
static void testSHADigest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util.TEST

public Util.TEST()
Method Detail

testReplace

public static void testReplace()

testAbsoluteUrl

public static void testAbsoluteUrl()

testCreateRandom

public static void testCreateRandom()

testAsMap

public static void testAsMap()

testSHADigest

public static void testSHADigest()

testHTMLEncode

public static void testHTMLEncode()