diff options
| author | RncLsn <rnc.lsn@gmail.com> | 2015-08-06 14:20:21 +0100 |
|---|---|---|
| committer | RncLsn <rnc.lsn@gmail.com> | 2015-08-06 14:20:21 +0100 |
| commit | 1bfe7e876c16adf73a4effdbe80431c1822bbe93 (patch) | |
| tree | 10111fb7da0e2bb015645635e5db6286d2473e60 /test/uk/ac/ox/cs/pagoda/global_tests | |
| parent | df08d8b2844c45a5333781689b4ca3ae32a44d9c (diff) | |
| download | ACQuA-1bfe7e876c16adf73a4effdbe80431c1822bbe93.tar.gz ACQuA-1bfe7e876c16adf73a4effdbe80431c1822bbe93.zip | |
Version number (2.1.1-SNAPSHOT)
Diffstat (limited to 'test/uk/ac/ox/cs/pagoda/global_tests')
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | 2 | ||||
| -rw-r--r-- | test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java index 30f3d93..6ef03c5 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaReactome.java | |||
| @@ -9,7 +9,7 @@ import java.nio.file.Paths; | |||
| 9 | 9 | ||
| 10 | public class TestPagodaReactome { | 10 | public class TestPagodaReactome { |
| 11 | 11 | ||
| 12 | @Test(groups = {"light"}) | 12 | @Test(groups = {"justExecute"}) |
| 13 | public void justExecute() throws IOException { | 13 | public void justExecute() throws IOException { |
| 14 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | 14 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); |
| 15 | 15 | ||
diff --git a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java index c5b272c..426bdf2 100644 --- a/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java +++ b/test/uk/ac/ox/cs/pagoda/global_tests/TestPagodaUOBM.java | |||
| @@ -108,4 +108,15 @@ public class TestPagodaUOBM { | |||
| 108 | .build() | 108 | .build() |
| 109 | .run(); | 109 | .run(); |
| 110 | } | 110 | } |
| 111 | |||
| 112 | @Test(groups = {"justExecute", "UOBM50"}) | ||
| 113 | public void justExecuteUOBM_50() throws IOException { | ||
| 114 | String ontoDir = TestUtil.getConfig().getProperty("ontoDir"); | ||
| 115 | Pagoda.builder() | ||
| 116 | .ontology(Paths.get(ontoDir, "uobm/univ-bench-dl.owl")) | ||
| 117 | .data(Paths.get(ontoDir, "uobm/data/uobm50.ttl")) | ||
| 118 | .query(Paths.get(ontoDir, "uobm/queries/test.sparql")) | ||
| 119 | .build() | ||
| 120 | .run(); | ||
| 121 | } | ||
| 111 | } | 122 | } |
