Strabon
changeset 993:ef00f6eb372b
Started writing a Tester Guide in README.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Fri Apr 05 20:39:18 2013 +0300 (2013-04-05) |
parents | d00ae93c1714 |
children | f0bfe1a16592 |
files | README |
line diff
1.1 --- a/README Fri Apr 05 20:26:25 2013 +0300 1.2 +++ b/README Fri Apr 05 20:39:18 2013 +0300 1.3 @@ -216,8 +216,22 @@ 1.4 project, download any dependencies and build the project. 1.5 1.6 1.7 - Storing stRDF graphs and evaluating stSPARQL queries 1.8 - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.9 +Tester Guide 1.10 +~~~~~~~~~~~~ 1.11 +Assuming again that you are familiar with Maven and Junit these are the steps 1.12 +you need to follow to test the functionality of Strabon: 1.13 + 1.14 +* Using Eclipse 1.15 + 1.16 + If you want to create a new test: 1.17 + 1.18 + 1. Import Strabon into Eclipse as explained in the Developer Guide. 1.19 + 2. Go to project strabon-testsuite. 1.20 + 3. Create a Test class in the appropriate package. 1.21 + 1.22 + 1.23 +Storing stRDF graphs and evaluating stSPARQL queries 1.24 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1.25 You can see some examples in the classes 1.26 eu.earthobservatory.runtime.postgis.StoreOp and 1.27 eu.earthobservatory.runtime.postgis.QueryOp.