You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/24 00:00:31 UTC

svn commit: r1517072 - /jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext

Author: rvesse
Date: Fri Aug 23 22:00:31 2013
New Revision: 1517072

URL: http://svn.apache.org/r1517072
Log:
Notes on testing custom driver implementations

Modified:
    jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext

Modified: jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext?rev=1517072&r1=1517071&r2=1517072&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext (original)
+++ jena/site/trunk/content/documentation/jdbc/custom_driver.mdtext Fri Aug 23 22:00:31 2013
@@ -37,4 +37,10 @@ to guide you in this.  It may be easier 
 an entire custom implementation yourself.
 
 Note that custom implementations may also require you to implement custom `JenaStatement` and `JenaPreparedSatement`
-implementations.
\ No newline at end of file
+implementations.
+
+## Testing your Driver
+
+To aid testing your custom driver the `jena-jdbc-core` module provides a number of abstract test classes which
+can be derived from in order to provide a wide variety of tests for your driver implementation.  This is how
+all the built in drivers are tested so you can check out their test sources for examples of this.
\ No newline at end of file