org.ipdr.test
Class TestIPDRDocWriter

java.lang.Object
  extended by org.ipdr.test.TestIPDRDocWriter

public class TestIPDRDocWriter
extends java.lang.Object

This class will be used for testing IPDRDocWriter class.


Constructor Summary
TestIPDRDocWriter()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method having all the test scenarios.
static void updateData(CompositeData d)
          Utility routine used in conjunction with the main() program to perform simple test of IPDRDocWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIPDRDocWriter

public TestIPDRDocWriter()
Method Detail

main

public static void main(java.lang.String[] args)
Main method having all the test scenarios.


updateData

public static void updateData(CompositeData d)
                       throws BadCompositeException,
                              IPDRException
Utility routine used in conjunction with the main() program to perform simple test of IPDRDocWriter.

Parameters:
d - CompositeData
Throws:
BadCompositeException
IPDRException