Uses of Class
de.fuberlin.wiwiss.d2rq.TestFramework

Packages that use TestFramework
de.fuberlin.wiwiss.d2rq   
de.fuberlin.wiwiss.d2rq.functional_tests   
de.fuberlin.wiwiss.d2rq.rdql   
 

Uses of TestFramework in de.fuberlin.wiwiss.d2rq
 

Subclasses of TestFramework in de.fuberlin.wiwiss.d2rq
 class FindTestFramework
          Functional tests for the find(spo) operation of GraphD2RQ.
 class RDQLTestFramework
          Functional tests that exercise a ModelD2RQ by running RDQL queries against it.
 

Uses of TestFramework in de.fuberlin.wiwiss.d2rq.functional_tests
 

Subclasses of TestFramework in de.fuberlin.wiwiss.d2rq.functional_tests
 class FindTest
          Functional tests for the find(spo) operation of GraphD2RQ.
 class ModelAPITest
          Functional tests that exercise a ModelD2RQ by calling Model API functions.
 class RDQLTest
          Functional tests that exercise a ModelD2RQ by running RDQL queries against it.
 

Uses of TestFramework in de.fuberlin.wiwiss.d2rq.rdql
 

Subclasses of TestFramework in de.fuberlin.wiwiss.d2rq.rdql
 class ExpressionTest
           
 class TablePrefixerTest