org.apache.commons.lang
Class EntitiesPerformanceTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.commons.lang.EntitiesPerformanceTest
All Implemented Interfaces:
junit.framework.Test

public class EntitiesPerformanceTest
extends junit.framework.TestCase


Constructor Summary
EntitiesPerformanceTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
static junit.framework.Test suite()
           
 void testBuildArray()
           
 void testBuildBinary()
           
 void testBuildHash()
           
 void testBuildLookup()
           
 void testBuildPrimitive()
           
 void testBuildTree()
           
 void testEscapeArray()
           
 void testEscapeBinary()
           
 void testEscapeHash()
           
 void testEscapeLookup()
           
 void testEscapePrimitive()
           
 void testEscapeTree()
           
 void testLookupArray()
           
 void testLookupBinary()
           
 void testLookupHash()
           
 void testLookupLookup()
           
 void testLookupPrimitive()
           
 void testLookupTree()
           
 void testUnescapeArray()
           
 void testUnescapeBinary()
           
 void testUnescapeHash()
           
 void testUnescapeTree()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntitiesPerformanceTest

public EntitiesPerformanceTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

setUp

public void setUp()

testBuildHash

public void testBuildHash()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testBuildTree

public void testBuildTree()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testBuildArray

public void testBuildArray()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testBuildBinary

public void testBuildBinary()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testBuildPrimitive

public void testBuildPrimitive()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testBuildLookup

public void testBuildLookup()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testLookupHash

public void testLookupHash()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testLookupTree

public void testLookupTree()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testLookupArray

public void testLookupArray()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testLookupBinary

public void testLookupBinary()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testLookupPrimitive

public void testLookupPrimitive()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testLookupLookup

public void testLookupLookup()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeHash

public void testEscapeHash()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeTree

public void testEscapeTree()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeArray

public void testEscapeArray()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeBinary

public void testEscapeBinary()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testEscapePrimitive

public void testEscapePrimitive()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testEscapeLookup

public void testEscapeLookup()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testUnescapeHash

public void testUnescapeHash()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testUnescapeTree

public void testUnescapeTree()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testUnescapeArray

public void testUnescapeArray()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testUnescapeBinary

public void testUnescapeBinary()
                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.