-
Notifications
You must be signed in to change notification settings - Fork 27
Test Code Areas
Konrad Abicht edited this page Sep 22, 2013
·
5 revisions
This page lists code areas which are more or less covered by unit tests.
Files are located under tests/integration/Erfurt.
- Adapter
-
VirtuosoIntegrationTest - Class to handle ODBC requests between Virtuoso server and Erfurt. The following list contains all tested functions:
- addMultipleStatements
- addStatement
- buildLiteralString
- buildTripleString
- connection
- __construct
- countWhereMatches - Counts number of triples for given SPARQL-query
- createModel
- existence - Means, is class available
- importRdf
- listTables
- splitArray - (formerly array_split)
-
VirtuosoIntegrationTest - Class to handle ODBC requests between Virtuoso server and Erfurt. The following list contains all tested functions: