com.ricebridge.xmlman.test
Class LoadBeansTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.xmlman.test.LoadBeansTest
All Implemented Interfaces:
junit.framework.Test

public class LoadBeansTest
extends junit.framework.TestCase

Test cases for XmlManager Beans handling.

Test files are load.xml, load02.xml, load03.xml, beans.xml and example.xml.

The Source Code of this Java class is available under a BSD-style license.


Nested Class Summary
static class LoadBeansTest.BeanRecord
           
static class LoadBeansTest.ConvRecord
           
static class LoadBeansTest.DateConverter
           
static class LoadBeansTest.SingleBean
           
 
Constructor Summary
LoadBeansTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
static junit.framework.TestSuite suite()
           
 void testConversions()
           
 void testExample()
           
 void testRepeat()
           
 void testSingle()
           
 
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

LoadBeansTest

public LoadBeansTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

testExample

public void testExample()
                 throws Exception
Throws:
Exception

testConversions

public void testConversions()
                     throws Exception
Throws:
Exception

testSingle

public void testSingle()
                throws Exception
Throws:
Exception

testRepeat

public void testRepeat()
                throws Exception
Throws:
Exception


Copyright © 2004-2005 Ricebridge