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

Quick Search    Search Deep

com.tripi.asp.test
Class ADODBTest  view ADODBTest download ADODBTest.java

java.lang.Object
  extended bycom.tripi.asp.test.ADODBTest

public class ADODBTest
extends java.lang.Object

The MiscTest class contains the unit tests for ASP operators


Nested Class Summary
static class ADODBTest.CommandTest
          This class contains the ADODB.Command object tests
static class ADODBTest.ConnectionTest
          This class contains the connection object tests
static class ADODBTest.FieldTest
          This class contains the field object tests
static class ADODBTest.RecordSetTest
          This class contains the recordset object tests
 
Constructor Summary
ADODBTest()
           
 
Method Summary
static junit.framework.Test suite()
          JUnit test suite factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ADODBTest

public ADODBTest()
Method Detail

suite

public static junit.framework.Test suite()
JUnit test suite factory. Returns a test suite containing this class's tests.