com.redspr.beanldom.test
Class LDomTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.redspr.beanldom.test.LDomTest
All Implemented Interfaces:
junit.framework.Test

public class LDomTest
extends junit.framework.TestCase


Constructor Summary
LDomTest(String name)
           
 
Method Summary
 void bench()
           
static void main(String[] args)
           
static junit.framework.Test suite()
           
 void testBasic()
           
 void testMapping()
           
 void testPerf()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

LDomTest

public LDomTest(String name)
Method Detail

bench

public void bench()

testBasic

public void testBasic()
               throws Exception
Exception

testMapping

public void testMapping()
                 throws Exception
Exception

testPerf

public void testPerf()
              throws Exception
Exception

suite

public static junit.framework.Test suite()
                                  throws Exception
Exception

main

public static void main(String[] args)
                 throws Exception
Exception