test.java
Class DaTest

java.lang.Object
  extended by test.java.DaTest

public class DaTest
extends java.lang.Object

Unit tests DaValue, the Aida class which encapsulates aggregate data data. DaTest uses DaValue in teh same way an Aida Data Provider might use it, in this case like a History data provider, it puts fake history into a DaValue, and then retrieves from the DaValue. It so exercises DaValue's handling of a structure of arrays.

Author:
greg

Constructor Summary
DaTest(java.lang.String _startTime, java.lang.String _endTime)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 org.omg.CORBA.Any runner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaTest

public DaTest(java.lang.String _startTime,
              java.lang.String _endTime)
Method Detail

main

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

runner

public org.omg.CORBA.Any runner()