Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enableit.db
Class GenericDBProxyTester  view GenericDBProxyTester download GenericDBProxyTester.java

java.lang.Object
  extended byorg.enableit.db.GenericDBProxyTester

public class GenericDBProxyTester
extends java.lang.Object

A minimal test class for the GenericDBProxy

This class exists pursuant of the principle that a library should include sufficient test and sample code to be quickly installed and understood by a developer with no prior experience of the library

Version:
__VERSION__

Field Summary
static java.lang.String about
          Information on the exact CVS version accessible after compilation
 
Constructor Summary
GenericDBProxyTester(java.lang.String[] args)
          Default Constructor
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

about

public static final java.lang.String about
Information on the exact CVS version accessible after compilation

See Also:
Constant Field Values
Constructor Detail

GenericDBProxyTester

public GenericDBProxyTester(java.lang.String[] args)
Default Constructor

Method Detail

main

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