edu.wpi.cs.dsrg.xmldb.xat.testfiles
Class TestFunctions

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.testfiles.TestFunctions

public class TestFunctions
extends java.lang.Object

This Class is used to test functions.

Since:
1.0

Constructor Summary
TestFunctions()
          TestFunctions constructor comment.
 
Method Summary
static void main(java.lang.String[] argvs)
           
static void test1()
          Test case 1: Test the Function() To see if that can dynamically find the proper function class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestFunctions

public TestFunctions()
TestFunctions constructor comment.
Method Detail

main

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

test1

public static void test1()
Test case 1: Test the Function() To see if that can dynamically find the proper function class.