junitx.ddtunit.sandbox
Class ParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by junitx.ddtunit.sandbox.ParserTest
All Implemented Interfaces:
junit.framework.Test

public class ParserTest
extends junit.framework.TestCase

Read object definition from xml resource and generate single object instance.

Author:
jg

Constructor Summary
ParserTest(String name)
           
 
Method Summary
 void testParseElementWithBaseObject()
          Provide an object instance that is used as base for object creation.
The idea is like cloning and extending but without using Clonable.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserTest

public ParserTest(String name)
Method Detail

testParseElementWithBaseObject

public void testParseElementWithBaseObject()
                                    throws Exception
Provide an object instance that is used as base for object creation.
The idea is like cloning and extending but without using Clonable.

Throws:
Exception


Copyright © 2004-2011. All Rights Reserved.