de.fuberlin.wiwiss.d2rq.functional_tests
Class AllTests

java.lang.Object
  extended byde.fuberlin.wiwiss.d2rq.functional_tests.AllTests

public class AllTests
extends java.lang.Object

Functional test suite for D2RQ. These are functional tests (as opposed to unit tests). The suite runs different find queries against the ISWC database, using the example map provided with the D2RQ manual. To run the test, you must have either the MySQL or the MS Access version accessible. Maybe you must adapt the connection information at the beginning of the map file to fit your database server.

Author:
Richard Cyganiak

Constructor Summary
AllTests()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllTests

public AllTests()
Method Detail

main

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

suite

public static junit.framework.Test suite()