story.aesop
Class TestDBCore

java.lang.Object
  extended by story.aesop.TestDBCore

public class TestDBCore
extends java.lang.Object

TestDBCore runs through DBCore functionality looking for problems. It has a main and can be run with no arguments. A return value of 0 means everything is OK; other values are error codes.


Constructor Summary
TestDBCore()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 DBCoreInterface runTests(java.lang.String[] args)
          Main and only function does all the testing.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDBCore

public TestDBCore()
Method Detail

runTests

public DBCoreInterface runTests(java.lang.String[] args)
Main and only function does all the testing.


main

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


Copyright © 2011 David K. Elson. All Rights Reserved.