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

Quick Search    Search Deep

testsuite.perf.* (3)testsuite.regression.* (12)testsuite.simple.* (14)

testsuite: Javadoc index of package testsuite.


Package Samples:

testsuite.perf
testsuite.regression
testsuite.simple

Classes:

PooledConnectionRegressionTest: Tests a PooledConnection implementation provided by a JDBC driver. Test case provided by Johnny Macchione from bug database record BUG#884. According to the JDBC 2.0 specification: "Each call to PooledConnection.getConnection() must return a newly constructed Connection object that exhibits the default Connection behavior. Only the most recent Connection object produced from a particular PooledConnection is open. An existing Connection object is automatically closed, if the getConnection() method of its associated Pooled-Connection is called again, before it has been explicitly closed by the application. ...
MicroPerformanceRegressionTest: Microperformance benchmarks to track increase/decrease in performance of core methods in the driver over time.
ConnectionTest: Tests java.sql.Connection functionality ConnectionTest.java,v 1.1 2002/12/06 22:01:05 mmatthew Exp
NumbersRegressionTest: Tests various number-handling issues that have arrisen in the JDBC driver at one time or another.
BaseTestCase: Base class for all test cases. Creates connections, statements, etc. and closes them.
StringRegressionTest: Tests for regressions of bugs in String handling in the driver.
BasePerfTest: Base class for performance test cases. Handles statistics.
ResultSetRegressionTest: Regression test cases for the ResultSet class.
DataSourceRegressionTest: Tests fixes for bugs related to datasources.
RetrievalPerfTest: Simplistic test for performance regression.
StressRegressionTest: Tests for multi-thread stress regressions.
StatementRegressionTest: Regression tests for the Statement class
BlobTest: Tests BLOB functionality in the driver.
MiniAdminTest: Testsuite for MiniAdmin functionality.
SSLTest: Tests SSL functionality in the driver.
LoadStorePerfTest: Simple performance testing unit test.
MetaDataRegressionTest: Regression tests for DatabaseMetaData
AppletRegressionTest: Tests various applet-related issues.
BlobRegressionTest: Tests for blob-related regressions.
TraversalTest: Tests result set traversal methods.
ConnectionRegressionTest: Regression tests for Connections
MetadataTest: Tests DatabaseMetaData methods.
UpdatabilityTest: Tests for updatable result sets

Home | Contact Us | Privacy Policy | Terms of Service